aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/enabled_protocols_dialog.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-02-28 19:23:20 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-02-28 18:25:50 +0000
commit1a716800e37ae482901e9cce36c40005742dd78e (patch)
tree6dc88f72f082fa795646442e086363ff3d2f1b9f /ui/qt/enabled_protocols_dialog.h
parentf0425e83a16acabfec103f52099a3f20ea7b35c2 (diff)
Qt: Add dialog geometry restore
Add GeometryStateDialog class to handle load and save dialog geometry. The QDialog class name will be used as window name. For shared classes the UAT name or the statistics title or abbr will be used. Change-Id: I5a019598307fb3861518f41e733de834788184d8 Reviewed-on: https://code.wireshark.org/review/14139 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/enabled_protocols_dialog.h')
-rw-r--r--ui/qt/enabled_protocols_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/enabled_protocols_dialog.h b/ui/qt/enabled_protocols_dialog.h
index 6f84a92b21..6b44bd49e7 100644
--- a/ui/qt/enabled_protocols_dialog.h
+++ b/ui/qt/enabled_protocols_dialog.h
@@ -22,6 +22,7 @@
#ifndef ENABLED_PROTOCOLS_DIALOG_H
#define ENABLED_PROTOCOLS_DIALOG_H
+#include "geometry_state_dialog.h"
#include "wireshark_dialog.h"
namespace Ui {
@@ -32,7 +33,7 @@ struct _protocol;
class QAbstractButton;
-class EnabledProtocolsDialog : public QDialog
+class EnabledProtocolsDialog : public GeometryStateDialog
{
Q_OBJECT