mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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 );
|
blueStarIcon : starIcon );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_X11
|
||||||
void ScanPopup::showScanFlag(){
|
void ScanPopup::showScanFlag(){
|
||||||
scanFlag->showScanFlag();
|
scanFlag->showScanFlag();
|
||||||
}
|
}
|
||||||
|
@ -1347,3 +1347,4 @@ void ScanPopup::showScanFlag(){
|
||||||
void ScanPopup::hideScanFlag(){
|
void ScanPopup::hideScanFlag(){
|
||||||
scanFlag->hideWindow();
|
scanFlag->hideWindow();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue