remove mouse32 ,fix linux compile error

This commit is contained in:
xiaoyifang 2022-02-03 17:47:03 +08:00
parent 35f844a9a8
commit b5f03e70b7

View file

@ -240,11 +240,6 @@ Preferences::Preferences( QWidget * parent, Config::Class & cfg_ ):
//Platform-specific options
#ifndef Q_OS_WIN32
ui.groupBox_ScanPopupTechnologies->hide();
// ui.tabWidget->removeTab( 5 );
#endif
#ifndef ENABLE_SPWF_CUSTOMIZATION
ui.groupBox_ScanPopupWindowFlags->hide();
#endif