aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/manager/wireshark_preference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/manager/wireshark_preference.cpp')
-rw-r--r--ui/qt/manager/wireshark_preference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/manager/wireshark_preference.cpp b/ui/qt/manager/wireshark_preference.cpp
index 0ac20ec51d..b83a98306f 100644
--- a/ui/qt/manager/wireshark_preference.cpp
+++ b/ui/qt/manager/wireshark_preference.cpp
@@ -24,7 +24,7 @@
#include <QComboBox>
#include <QColorDialog>
-WiresharkPreference::WiresharkPreference(QObject * parent) : QObject(parent)
+WiresharkPreference::WiresharkPreference(QObject * parent) : QObject(parent), _prefsItem(NULL)
{}
QWidget * WiresharkPreference::editor(QWidget * /*parent*/, const QStyleOptionViewItem &/*option*/, const QModelIndex &/*index*/)