fixed a few usability issues

This commit is contained in:
itsmattkc
2018-07-19 02:48:29 +01:00
parent 735a53720b
commit a0d97bbb2e
4 changed files with 10 additions and 7 deletions
+2
View File
@@ -10,6 +10,8 @@ int main(int argc, char *argv[])
// init ffmpeg subsystem
av_register_all();
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
QApplication a(argc, argv);
MainWindow w;
w.show();