Don't use lower-case Qt macros

This commit is contained in:
Martchus 2020-03-08 13:07:31 +01:00
parent 4ce6bb9487
commit 660625d1e7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public:
protected:
bool eventFilter(QObject *obj, QEvent *event) override;
private slots:
private Q_SLOTS:
void showFileDialog();
private: