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

Este commit está contenido en:
Albert S. 2019-04-22 21:59:35 +02:00
padre ca7b5a7430
commit 623eea80ec
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

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