mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Fix win build with HAVE_X11
This commit is contained in:
parent
6e0a6cfa42
commit
451fdb5c21
|
@ -1339,7 +1339,7 @@ void ScanPopup::titleChanged( ArticleView *, QString const & title )
|
|||
blueStarIcon : starIcon );
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_X11
|
||||
void ScanPopup::showScanFlag(){
|
||||
scanFlag->showScanFlag();
|
||||
}
|
||||
|
@ -1347,3 +1347,4 @@ void ScanPopup::showScanFlag(){
|
|||
void ScanPopup::hideScanFlag(){
|
||||
scanFlag->hideWindow();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue