summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-05-31 15:32:26 -0700
committerGuy Harris <guy@alum.mit.edu>2015-05-31 22:33:13 +0000
commiteffa6fc214ce0e2f4bc081bb6ff6cf3b608060e5 (patch)
treefa06672d92b101e7a3abc0b83777f1a76df129e9 /wireshark-qt.cpp
parent6abf51316b3ba4e7c0806f68e018e8a0ab284761 (diff)
downloadwireshark-effa6fc214ce0e2f4bc081bb6ff6cf3b608060e5.tar.gz
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 <guy@alum.mit.edu>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp1
1 files changed, 0 insertions, 1 deletions
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();
}