ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/main.cpp
(Generate patch)

Comparing Vago/trunk/Vago/main.cpp (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 1058 by s10k, Sun Oct 30 14:42:39 2016 UTC

# Line 1 | Line 1
1 < #include <QtGui/QApplication>
1 > #include <QtWidgets/QApplication>
2   #include "mainwindow.h"
3  
4 +
5   int main(int argc, char *argv[])
6   {
7 +
8      QApplication a(argc, argv);
9      MainWindow w;
10      w.show();
11      a.setStyleSheet("QStatusBar::item { border: 0px; }"); //hide QLabels border in status bar //http://qt-project.org/forums/viewthread/18743
12 <    
12 >
13 > //    XmlToolsInterface *xmlToolsWindow = new XmlToolsInterface(new Logger(UtilVago::getAppPath(), GlobalVars::AppLogName));
14 > //    xmlToolsWindow->show(); //it destroys itself when finished.
15 >
16      return a.exec();
17   }
18 +

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)