1
0

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

Este cometimento está contido em:
Albert S. 2019-04-22 21:59:35 +02:00
ascendente ca7b5a7430
cometimento 623eea80ec

Ver ficheiro

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