From effa6fc214ce0e2f4bc081bb6ff6cf3b608060e5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 31 May 2015 15:32:26 -0700 Subject: Don't create a GLib main loop. In the Qt Wireshark, the main loop is a Qt main loop; no need for a GLib one. Change-Id: I65378eb9a73d145ef60389e5e02a128e2321c403 Reviewed-on: https://code.wireshark.org/review/8721 Reviewed-by: Guy Harris --- wireshark-qt.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'wireshark-qt.cpp') diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp index f9552af6d3..f42697c3cf 100644 --- a/wireshark-qt.cpp +++ b/wireshark-qt.cpp @@ -1380,7 +1380,6 @@ DIAG_ON(cast-qual) } #endif /* HAVE_LIBPCAP */ - g_main_loop_new(NULL, FALSE); return wsApp->exec(); } -- cgit v1.2.1