sorta fixed some stuff

This commit is contained in:
itsmattkc
2018-07-25 21:14:44 +01:00
parent 3a971fbfa3
commit dcde4bd46c
5 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
// init ffmpeg subsystem
av_register_all();
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
// QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
QApplication a(argc, argv);
MainWindow w;