From 9599fe545110b6d676da07e3361d52e1837b0e4c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 23 Aug 2019 23:11:45 +0900 Subject: 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 --- kate/app/katemainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kate/app/katemainwindow.h') 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; -- cgit v1.2.1