refactor: Fix a bunch of minor things (#5094)

This commit is contained in:
pajlada
2024-01-17 21:05:44 +01:00
committed by GitHub
parent 718696db53
commit 9eeea8f203
11 changed files with 194 additions and 137 deletions
@@ -78,6 +78,7 @@ class ComboBox : public QComboBox
void wheelEvent(QWheelEvent *event) override
{
(void)event;
}
};
@@ -311,8 +312,9 @@ public:
bool filterElements(const QString &query);
protected:
void resizeEvent(QResizeEvent *ev) override
void resizeEvent(QResizeEvent *event) override
{
(void)event;
}
private: