Command: Remove dbConnection() declaration which isn't used anymore
This commit is contained in:
父節點
ae4b06d647
當前提交
be53fc7f6e
@ -19,7 +19,6 @@ public:
|
||||
this->dbService = &dbService;
|
||||
}
|
||||
|
||||
QSqlDatabase dbConnection();
|
||||
virtual int handle(QStringList arguments) = 0;
|
||||
virtual ~Command() { };
|
||||
};
|
||||
|
載入中…
新增問題並參考
Block a user