summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-01-19 18:26:41 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-01-21 18:22:05 +0000
commit77046c0c2dfb882c24194aa785480cac2d7ddadd (patch)
tree3206537f27ab9dd5dd3d1ab14f1a0a80dbca268a /ui/qt/main_window.h
parent32e4bd3500a5a401b7a5afa80a1b09a21ea2558d (diff)
downloadwireshark-77046c0c2dfb882c24194aa785480cac2d7ddadd.tar.gz
Qt: Add some window title variables
Add some variables to be used in custom window title. %P = profile name %V = version info Change-Id: I049717432a4d3523b541bb4f6f882c75abc38ddb Reviewed-on: https://code.wireshark.org/review/13419 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index ce2c2df928..a13aa052e2 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -202,6 +202,7 @@ private:
void setForCapturedPackets(bool have_captured_packets);
void setMenusForFileSet(bool enable_list_files);
void setWindowIcon(const QIcon &icon);
+ QString replaceWindowTitleVariables(QString title);
void externalMenuHelper(ext_menu_t * menu, QMenu * subMenu, gint depth);