Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cravesoft committed May 12, 2013
1 parent 297e828 commit dc62bbc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

int main(int argc, char *argv[])
{
Q_INIT_RESOURCE(stlviewer);
QApplication a(argc, argv);
a.setWindowIcon(QIcon(":STLViewer/Images/stl.png"));
a.setApplicationVersion("1.1");
STLViewer w;
w.show();
return a.exec();
Q_INIT_RESOURCE(stlviewer);
QApplication a(argc, argv);
a.setWindowIcon(QIcon(":STLViewer/Images/stl.png"));
a.setApplicationVersion("1.1");
STLViewer w;
w.show();
return a.exec();
}

0 comments on commit dc62bbc

Please sign in to comment.