Skip to content

Commit

Permalink
Fix compile issue on Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan committed Nov 2, 2016
1 parent 9980f27 commit 3ea562b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <QtGui/QApplication>
#include <QApplication>
#include "mainwindow.h"
#include "fvupdater.h"

Expand All @@ -19,6 +19,6 @@ int main(int argc, char *argv[])
// Show main window
MainWindow w;
w.show();

return a.exec();
}

0 comments on commit 3ea562b

Please sign in to comment.