diff options
author | Michele Calgaro <[email protected]> | 2019-08-23 23:11:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-08-23 23:11:45 +0900 |
commit | 9599fe545110b6d676da07e3361d52e1837b0e4c (patch) | |
tree | 9937a6319896ddb63e397b7172a8b8b1f2f9b18a /kate/app/katemainwindow.h | |
parent | 027c45db6f63a04eb31eac481f9264ab9760dce1 (diff) | |
download | tdebase-9599fe545110b6d676da07e3361d52e1837b0e4c.tar.gz tdebase-9599fe545110b6d676da07e3361d52e1837b0e4c.zip |
Kate: added checkbox to select whether to display the session name on the
window caption or not. This relates to issue #62.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/app/katemainwindow.h')
-rw-r--r-- | kate/app/katemainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kate/app/katemainwindow.h b/kate/app/katemainwindow.h index aa2a6cee7..48f4129d6 100644 --- a/kate/app/katemainwindow.h +++ b/kate/app/katemainwindow.h @@ -187,6 +187,7 @@ class KateMainWindow : public KateMDI::MainWindow, virtual public KParts::PartBa Kate::MainWindow *m_mainWindow; Kate::ToolViewManager *m_toolViewManager; + bool showSessionName; bool syncKonsole; bool useInstance; bool modNotification; |