aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-05 13:17:13 -0700
committerMichael Mann <mmann78@netscape.net>2015-07-03 23:09:13 +0000
commitfdb85029fd9b22b221f7123905f1bad66c04ce91 (patch)
tree4e57f253ece70c5c19ad543608b3be48bbdf2329 /ui/qt/wireshark_dialog.h
parent7fdc534cf967320fce4d560969385d6f19798b8d (diff)
Add ServiceResponseTimeDialog.
Add ServiceResponseTimeDialog as a subclass of TapParameterDialog, similar to StatsTreeDialog. Add initial plumbing for statistics menu items and command line invocation. Don't append "..." to menu item names. Don't add menu icons. In each case this avoids repetitive UI clutter. Change-Id: I463b95c93090160bb81d2e80b16aad389dc0bd6c Reviewed-on: https://code.wireshark.org/review/8864 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/wireshark_dialog.h')
-rw-r--r--ui/qt/wireshark_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/wireshark_dialog.h b/ui/qt/wireshark_dialog.h
index 9c5ed7d4f5..3e7e1e4334 100644
--- a/ui/qt/wireshark_dialog.h
+++ b/ui/qt/wireshark_dialog.h
@@ -41,6 +41,7 @@ public slots:
protected:
virtual void keyPressEvent(QKeyEvent *event) { QDialog::keyPressEvent(event); }
void setWindowSubtitle(const QString &subtitle);
+ const QString &windowSubtitle() { return subtitle_; }
virtual void updateWidgets();
CaptureFile &cap_file_;
@@ -50,7 +51,6 @@ protected slots:
virtual void captureFileClosing();
private:
- const QString &windowSubtitle() { return subtitle_; }
void setWindowTitleFromSubtitle();
QString subtitle_;