remove custom style for now

This commit is contained in:
laserpants 2016-03-19 13:48:03 +03:00
parent 5b07158b36
commit 5a1817168c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setStyle(new Style);
//a.setStyle(new Style);
MainWindow w;
w.show();