refactor: move file open event handling to standalone file
This commit is contained in:
@ -77,9 +77,6 @@ protected slots:
|
||||
|
||||
protected:
|
||||
QSize sizeHint() const override;
|
||||
#ifdef Q_OS_MACOS
|
||||
bool eventFilter(QObject *obj, QEvent *event) override;
|
||||
#endif // Q_OS_MACOS
|
||||
|
||||
private slots:
|
||||
void on_actionOpen_triggered();
|
||||
|
Reference in New Issue
Block a user