Changeset 1bad318 for src/sql/schedulexmlparser.cpp
- Timestamp:
- 04/09/10 14:02:26 (13 years ago)
- Branches:
- master, qt5
- Children:
- f548c17
- Parents:
- 5bd6aba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sql/schedulexmlparser.cpp
r5bd6aba r1bad318 37 37 38 38 QDomElement scheduleElement = document.firstChildElement("schedule"); 39 40 SqlEngine::beginTransaction(); 39 41 40 42 int confId = 0; … … 145 147 } // parsing day elements 146 148 } // schedule element 149 SqlEngine::commitTransaction(); 147 150 148 151 return confId;
Note: See TracChangeset
for help on using the changeset viewer.