Improve the use of the database

This commit is contained in:
Claveau Joshua
2020-06-03 19:46:27 +02:00
parent b445ce8934
commit 8ad876fb31
4 changed files with 29 additions and 34 deletions

View File

@@ -45,7 +45,6 @@ class projectDataBase : public QObject
public:
virtual ~projectDataBase() override;
QVector<QStringList> elementsInfoFromQuery(const QString &query);
void updateDB();
QETProject *project() const;
QSqlQuery newQuery(const QString &query = QString());