summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2018-05-18 14:02:02 +0200
committerGitHub <noreply@github.com>2018-05-18 14:02:02 +0200
commit08f35d6519dd7f74b78955b693dec2085b05f8c2 (patch)
treeab024e4423c898fa94ce2eeceba3d29f7977433a /src/mainwindow.h
parent5a5bfee7126313608d37d533ea98bca9489fa5dc (diff)
parent6617be8ef9a015dd4109729155fc9a772997b5ed (diff)
Merge pull request #369 from iaz3/Develop
Fix a memory leak in updateToolBar
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index bbff0d93..02094344 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -304,6 +304,8 @@ private:
Ui::MainWindow *ui;
+ QAction *m_Sep; // Executable Shortcuts are added after this. Non owning.
+
bool m_WasVisible;
MOBase::TutorialControl m_Tutorial;