Command: Remove dbConnection() declaration which isn't used anymore
This commit is contained in:
parent
ca7b5a7430
commit
623eea80ec
@ -19,7 +19,6 @@ class Command
|
|||||||
this->dbService = &dbService;
|
this->dbService = &dbService;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSqlDatabase dbConnection();
|
|
||||||
virtual int handle(QStringList arguments) = 0;
|
virtual int handle(QStringList arguments) = 0;
|
||||||
virtual ~Command(){};
|
virtual ~Command(){};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user