mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Win-specific: Fix initialization
This commit is contained in:
parent
2044608a8f
commit
c8c7262c34
|
@ -27,6 +27,9 @@ QHotkeyApplication::QHotkeyApplication( int & argc, char ** argv ):
|
|||
QHotkeyApplication::QHotkeyApplication( QString const & id,
|
||||
int & argc, char ** argv ):
|
||||
QtSingleApplication( id, argc, argv )
|
||||
#ifdef Q_OS_WIN32
|
||||
, mainWindow( 0 )
|
||||
#endif
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue