improved Mac support

This commit is contained in:
Matt
2018-08-03 09:45:42 +10:00
parent e08b565a2b
commit 76b86ff3fd
4 changed files with 16 additions and 138 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
// QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
QApplication a(argc, argv);
QApplication a(argc, argv);
MainWindow w;
w.show();