summaryrefslogtreecommitdiffstats
path: root/kate/app/katemainwindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-08-23 23:11:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-08-23 23:11:45 +0900
commit9599fe545110b6d676da07e3361d52e1837b0e4c (patch)
tree9937a6319896ddb63e397b7172a8b8b1f2f9b18a /kate/app/katemainwindow.h
parent027c45db6f63a04eb31eac481f9264ab9760dce1 (diff)
downloadtdebase-9599fe54.tar.gz
tdebase-9599fe54.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/app/katemainwindow.h')
-rw-r--r--kate/app/katemainwindow.h1
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;