From: Manuel Nickschas Date: Thu, 14 Jun 2018 19:12:17 +0000 (+0200) Subject: qtui: Show core connection dialog only after initialization X-Git-Tag: travis-deploy-test~29 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=6a95ba6273599fa24e79fb008e38197448c29605;hp=6a95ba6273599fa24e79fb008e38197448c29605 qtui: Show core connection dialog only after initialization Showing a blocking dialog in init() is a bad idea, because then initialization doesn't actually finish until the dialog is closed. For example, this delays the setup of the tray icon. Instead, go through the event loop before showing the initial connection dialog. ---