mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Remove unnecessary 'virtual' to silence some warnings
This commit is contained in:
@@ -188,7 +188,7 @@ public:
|
||||
explicit Object(const QString& name): m_name(name), m_fullyParsed(false) {}
|
||||
virtual ~Object() {}
|
||||
|
||||
virtual bool operator==(const Object& rhs) const;
|
||||
bool operator==(const Object& rhs) const;
|
||||
|
||||
virtual Types type() const = 0;
|
||||
static QString typeToString(Types type);
|
||||
|
||||
Reference in New Issue
Block a user