]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/track.h
Tracks are inserted now when importing new conferences.
[toast/confclerk.git] / src / mvc / track.h
index 3173b87c69f665846a72d2478645ff70fd1faaf6..16a6b985cafa11dd199fbbe56560474b6f4a9c0b 100644 (file)
@@ -42,7 +42,7 @@ public:
     static QList<Track> getAll();
     static Track retrieve(int id);
     static QString retrieveTrackName(int id);
-    static Track retrieveByName(QString name);
+    static Track retrieveByName(int conferenceid, QString name);
 };
 
 #endif /* TRACK_H_ */