Fix win build with HAVE_X11

This commit is contained in:
shenlebantongying 2022-11-20 01:51:23 -05:00
parent 6e0a6cfa42
commit 451fdb5c21

View file

@ -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