Changeset f0ce4d0 for src/app/main.cpp
- Timestamp:
- 01/13/10 09:40:31 (13 years ago)
- Branches:
- master, qt5
- Children:
- c2d66b2
- Parents:
- 72f6fe4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/main.cpp
r72f6fe4 rf0ce4d0 5 5 int main(int argc, char *argv[]) 6 6 { 7 Q_INIT_RESOURCE(icons); 8 7 9 QApplication a(argc, argv); 10 QApplication::setWindowIcon(QIcon(":/icons/fosdem.png")); 8 11 9 12 MainWindow w; … … 11 14 return a.exec(); 12 15 } 16
Note: See TracChangeset
for help on using the changeset viewer.