diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-21 22:02:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-21 22:02:16 (GMT) |
commit | 13e4bcd50e324d5228ce920d1fc84aa3ba8d6e5e (patch) | |
tree | c837071ee025839a11596633b7e511a607994048 /src/MainWindow.h | |
parent | e2772c70b862e3669c3a279f2540d746438ec38d (diff) |
Added meny entry for disclosing the library path. Part of #125
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 378705e..bd32bdd 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -101,6 +101,7 @@ private slots: void actionSave(); void actionSaveAs(); void actionReload(); + void actionShowLibraryFolder(); private slots: void pasteViewportTranslation(); |