aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-04 22:53:21 +0200
committerMichael Mann <mmann78@netscape.net>2016-07-05 12:16:10 +0000
commit5cc5ba625f64254896a8ebb61d679798362eceb7 (patch)
tree359f90285eccb26ebd43f135cfb68ab903cdfc85 /ui
parent5c11909f4d9c0567374fead6af51a64750240d49 (diff)
Qt: add initializers (CID 1233100).
Change-Id: I99e0d6bd10cc0faddb8a503ec877b3d03b927f4e Reviewed-on: https://code.wireshark.org/review/16293 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/manage_interfaces_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/manage_interfaces_dialog.cpp b/ui/qt/manage_interfaces_dialog.cpp
index 96f8964f16..95fe5c06fd 100644
--- a/ui/qt/manage_interfaces_dialog.cpp
+++ b/ui/qt/manage_interfaces_dialog.cpp
@@ -788,7 +788,7 @@ void ManageInterfacesDialog::setRemoteSettings(interface_t *iface)
#endif // HAVE_PCAP_REMOTE
PathChooserDelegate::PathChooserDelegate(QObject *parent)
- : QStyledItemDelegate(parent)
+ : QStyledItemDelegate(parent), tree_(NULL), path_item_(NULL), path_editor_(NULL), path_le_(NULL)
{
}