mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Uninitialized variable in windows builds
This commit is contained in:
parent
2d25d3c1eb
commit
0ed97ae6d3
|
@ -72,6 +72,9 @@ MainWindow::MainWindow( Config::Class & cfg_ ):
|
||||||
wordFinder( this ),
|
wordFinder( this ),
|
||||||
newReleaseCheckTimer( this ),
|
newReleaseCheckTimer( this ),
|
||||||
wordListSelChanged( false )
|
wordListSelChanged( false )
|
||||||
|
#ifdef Q_OS_WIN32
|
||||||
|
, gdAskMessage( 0xFFFFFFFF )
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
applyQtStyleSheet( cfg.preferences.displayStyle, cfg.preferences.addonStyle );
|
applyQtStyleSheet( cfg.preferences.displayStyle, cfg.preferences.addonStyle );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue