switched to opengl widget and made shortcuts application context, fixes #400

This commit is contained in:
itsmattkc
2019-02-10 03:07:52 -08:00
parent 12487a0cb3
commit 85325cd7d3
7 changed files with 57 additions and 72 deletions
+2
View File
@@ -86,6 +86,8 @@ int main(int argc, char *argv[]) {
av_register_all();
avfilter_register_all();
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
QApplication a(argc, argv);
a.setWindowIcon(QIcon(":/icons/olive64.png"));