src: split indexing dialog to multiple classes

This commit is contained in:
mlangkabel
2019-10-22 17:38:38 +02:00
parent c5d94fbd08
commit ed1d4b7d33
26 changed files with 1274 additions and 923 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
void updateSize();
protected:
virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE;
virtual void wheelEvent(QWheelEvent *event) override;
};
class QtKeyboardShortcuts