Driver destructor does not have to be virtual

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-17 19:37:33 +00:00
parent fd9ba609ab
commit 8342fcb803

View file

@ -56,7 +56,7 @@ class Driver
{
public:
Driver();
virtual ~Driver();
~Driver();
// tools
bool printDependencies(const QString &fileName);