Skip to content

Commit abe3def

Browse files
committed
x
1 parent bc01aef commit abe3def

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

liteidex/src/liteapp/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ int main(int argc, char *argv[])
220220

221221
IApplication *liteApp = LiteApp::NewApplication("default",0);
222222

223+
#if Q_OS_MACOS
223224
app.liteApp = liteApp;
225+
#endif
224226

225227
foreach(QString file, fileList) {
226228
QFileInfo f(file);

0 commit comments

Comments
 (0)