Changeset 69393c0 for src/gui/mainwindow.cpp
- Timestamp:
- 01/13/10 14:27:33 (13 years ago)
- Branches:
- master, qt5
- Children:
- 969a840
- Parents:
- c2d66b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rc2d66b2 r69393c0 65 65 QByteArray data = file.readAll(); 66 66 mXmlParser->parseData(data,mSqlEngine); 67 static_cast<EventModel*>(treeView->model())-> reload();67 static_cast<EventModel*>(treeView->model())->loadEvents(); 68 68 treeView->reset(); 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.