summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-15 12:12:27 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-29 18:00:47 +0000
commit6c42a103e81feef35c9a35571c5866ae644279cc (patch)
tree2e0c390c7d69e7dce8cff03fc0cfdad47da1d24f /ui/qt/main_window.h
parentf145108f5ead2bf764c50e6a6b27ce418d185ea5 (diff)
downloadwireshark-6c42a103e81feef35c9a35571c5866ae644279cc.tar.gz
Qt: Add support of gui.window_title
Ping-Bug: 11102 Bug: 11691 Change-Id: I7b1673ffafcda644f4905265061ba11733dd91d3 Reviewed-on: https://code.wireshark.org/review/12650 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index c2cdd090fb..6a2032e256 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -188,7 +188,6 @@ private:
void initTimePrecisionFormatMenu();
void initFreezeActions();
- void setDefaultWindowTitle();
void setTitlebarForCaptureFile();
void setTitlebarForCaptureInProgress();
void setMenusForCaptureFile(bool force_disable = false);
@@ -238,6 +237,8 @@ public slots:
void updatePreferenceActions();
void updateRecentActions();
+ void setWSWindowTitle(QString title = NULL);
+
void captureCapturePrepared(capture_session *);
void captureCaptureUpdateStarted(capture_session *);
void captureCaptureUpdateFinished(capture_session *);