]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/track.cpp
updated schedule.en.xml to the newest version
[toast/confclerk.git] / src / mvc / track.cpp
index d0d8c1269260b5675ee4b1a6ef0989e71f7c7546..512e82247233acb83d838b13e65c5df4f9f2880c 100644 (file)
@@ -1,12 +1,5 @@
-/*
- * activity.cpp
- *
- *  Created on: Dec 27, 2009
- *      Author: Pavol Korinek
- */
 
 #include "track.h"
-#include <QSqlTableModel>
 
 QString const Track::sTableName = QString("track");
 int const Track::sTableColCount = 2;
@@ -16,8 +9,6 @@ QSqlRecord const Track::sColumns = Track::toRecord(QList<QSqlField>()
     << QSqlField("id", QVariant::Int)
     << QSqlField(NAME, QVariant::String));
 
-//QMap<int, Track> Track::mIdToTrack;
-
 class TrackInsertException : OrmSqlException
 {
 public: