Changeset 2fc2878
- Timestamp:
- 01/19/10 13:06:09 (13 years ago)
- Branches:
- master, qt5
- Children:
- 7f84a70
- Parents:
- e868b2d
- Location:
- src
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/app.pro
re868b2d r2fc2878 13 13 14 14 RESOURCES += ../icons.qrc \ 15 ../maps.qrc 15 ../maps.qrc \ 16 ../schedule.qrc 16 17 -
src/app/main.cpp
re868b2d r2fc2878 6 6 { 7 7 Q_INIT_RESOURCE(icons); 8 Q_INIT_RESOURCE(maps); 9 Q_INIT_RESOURCE(schedule); 8 10 9 11 QApplication a(argc, argv); -
src/gui/mainwindow.cpp
re868b2d r2fc2878 116 116 void MainWindow::importSchedule() 117 117 { 118 QFile file(" ../schedule.en.xml");118 QFile file(":/schedule.en.xml"); 119 119 if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) 120 120 {
Note: See TracChangeset
for help on using the changeset viewer.