Wireshark-dev: [Wireshark-dev] GLib main loop and Qt

From: João Valverde <joao.valverde@xxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Jul 2016 07:36:41 +0100
Does anyone know how GLib's mainloop integrates with Qt?

If using GLib features that require it, how would this work out in Wireshark Qt currently?

Would I have to add and explicit run_glib_loop() call to Qt's event loop? Do nothing at all?

Thanks.