Changeset 7ba0378 for src/sql/sqlengine.h
- Timestamp:
- 09/13/17 23:28:44 (5 years ago)
- Branches:
- master
- Children:
- d03ca41
- Parents:
- f0f9fdc
- git-author:
- Philipp Spitzer <philipp@…> (09/13/17 23:20:23)
- git-committer:
- Philipp Spitzer <philipp@…> (09/13/17 23:28:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sql/sqlengine.h
rf0f9fdc r7ba0378 29 29 Q_OBJECT 30 30 public: 31 const QString DATE_FORMAT = "yyyy-MM-dd"; 32 const QString TIME_FORMAT = "hh:mm"; 33 31 34 QString dbFilename; ///< database filename including path 32 35 QSqlDatabase db; ///< this may be private one day...
Note: See TracChangeset
for help on using the changeset viewer.