summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
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 *);