diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index f26a0a36..81975579 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -152,6 +152,11 @@ class MainWindow : public GeneralMainWindow { */ void SlotSetRestartNeeded(int); + /** + * @details Open a new tab for path + */ + void SlotRaisePinentry(); + private slots: /** |