mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
remove mouse32 ,fix linux compile error
This commit is contained in:
parent
35f844a9a8
commit
b5f03e70b7
|
@ -240,11 +240,6 @@ Preferences::Preferences( QWidget * parent, Config::Class & cfg_ ):
|
||||||
|
|
||||||
//Platform-specific options
|
//Platform-specific options
|
||||||
|
|
||||||
#ifndef Q_OS_WIN32
|
|
||||||
ui.groupBox_ScanPopupTechnologies->hide();
|
|
||||||
// ui.tabWidget->removeTab( 5 );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef ENABLE_SPWF_CUSTOMIZATION
|
#ifndef ENABLE_SPWF_CUSTOMIZATION
|
||||||
ui.groupBox_ScanPopupWindowFlags->hide();
|
ui.groupBox_ScanPopupWindowFlags->hide();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue