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

This commit is contained in:
Albert S. 2019-04-22 21:59:35 +02:00
والد ca7b5a7430
کامیت 623eea80ec
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده

مشاهده پرونده

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