emainwindow fixes

This commit is contained in:
2022-10-27 19:48:08 +03:00
parent 4e01ad4465
commit ba93ae2e48
5 changed files with 106 additions and 59 deletions

View File

@@ -91,7 +91,6 @@ protected:
void showEvent(QShowEvent * );
void closeEvent(QCloseEvent * );
bool eventFilter(QObject * o, QEvent * e);
void timerEvent(QTimerEvent * e);
void changeEvent(QEvent * e);
QMenu * createPopupMenu();
void addToRecent(const QString & path);
@@ -121,7 +120,7 @@ protected:
QMenu * menu_recent;
SessionManager session;
bool isChanged, first_show;
int tid, max_recent;
int max_recent;
private slots:
void changedDock();