]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/sql/sqlengine.h
Removed the ability to show "pictures" (maps) of rooms and maps of conferences.
[toast/confclerk.git] / src / sql / sqlengine.h
index 01d14b8b7aa8b810efc6f553facd6b9f1d7b61ca..c10f3a22ab682cf9f1abf5a8d9e8936b33187d34 100644 (file)
@@ -48,8 +48,6 @@ class SqlEngine : public QObject
         static QString login(const QString &aDatabaseType, const QString &aDatabaseName);
         static bool execQuery(QSqlDatabase &aDatabase, const QString &aQuery);
         static bool execQueryWithParameter(QSqlDatabase &aDatabase, const QString &aQuery, const QHash<QString, QVariant>& params);
-
-        static void checkConferenceMap(QSqlDatabase &aDatabase);
 };
 
 #endif /* SQLENGINE_H */