diff --git a/cli/command.h b/cli/command.h index 40d7ad6..0d740c5 100644 --- a/cli/command.h +++ b/cli/command.h @@ -19,7 +19,6 @@ class Command this->dbService = &dbService; } - QSqlDatabase dbConnection(); virtual int handle(QStringList arguments) = 0; virtual ~Command(){}; };