summaryrefslogtreecommitdiff
path: root/ui/qt/compiled_filter_output.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/compiled_filter_output.h
parentf0425e83a16acabfec103f52099a3f20ea7b35c2 (diff)
downloadwireshark-1a716800e37ae482901e9cce36c40005742dd78e.tar.gz
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/compiled_filter_output.h')
-rw-r--r--ui/qt/compiled_filter_output.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/qt/compiled_filter_output.h b/ui/qt/compiled_filter_output.h
index 44642a88e7..f23e36e223 100644
--- a/ui/qt/compiled_filter_output.h
+++ b/ui/qt/compiled_filter_output.h
@@ -22,8 +22,9 @@
#ifndef COMPILEDFILTEROUTPUT_H
#define COMPILEDFILTEROUTPUT_H
+#include "geometry_state_dialog.h"
+
#include <config.h>
-#include <QDialog>
#include <QList>
#include <QHash>
#include <QListWidgetItem>
@@ -34,7 +35,7 @@ namespace Ui {
class CompiledFilterOutput;
}
-class CompiledFilterOutput : public QDialog
+class CompiledFilterOutput : public GeometryStateDialog
{
Q_OBJECT