Command: Remove dbConnection() declaration which isn't used anymore

Cette révision appartient à :
Albert S. 2019-04-22 21:59:35 +02:00
Parent ca7b5a7430
révision 623eea80ec

Voir le fichier

@ -19,7 +19,6 @@ class Command
this->dbService = &dbService;
}
QSqlDatabase dbConnection();
virtual int handle(QStringList arguments) = 0;
virtual ~Command(){};
};