Command: Remove dbConnection() declaration which isn't used anymore
这个提交包含在:
@ -19,7 +19,6 @@ public:
|
|||||||
this->dbService = &dbService;
|
this->dbService = &dbService;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSqlDatabase dbConnection();
|
|
||||||
virtual int handle(QStringList arguments) = 0;
|
virtual int handle(QStringList arguments) = 0;
|
||||||
virtual ~Command() { };
|
virtual ~Command() { };
|
||||||
};
|
};
|
||||||
|
在新工单中引用
屏蔽一个用户