finally fixed rotation bug,

some performance,
This commit is contained in:
Anakin
2017-01-03 14:18:46 +01:00
parent 0fefc6168b
commit c28a12cd8f
5 changed files with 28 additions and 14 deletions

View File

@@ -1,11 +1,13 @@
#include "Header\MainWindow.h"
#include <QtWidgets/QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}