diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 612c22aa7..ac32c5f43 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -172,6 +172,11 @@ private Q_SLOTS: */ void slotProperties(); + /** + * Open a terminal window, starting with the current directory. + */ + void slotOpenTerminal(); + private: void createActions(); void createGoAction(const char* name, const char* iconName, |
