Qt: add initializer (CID 1159360).

Change-Id: I0ade3925497022d5ac16e66c02727be7fd9f4aa5
Reviewed-on: https://code.wireshark.org/review/16274
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Dario Lombardo 2016-07-03 22:46:33 +02:00 committed by Alexis La Goutte
parent 21a0fdcfe2
commit 5f69a2fa53
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ void splash_update(register_action_e action, const char *message, void *) {
SplashOverlay::SplashOverlay(QWidget *parent) :
QWidget(parent),
so_ui_(new Ui::SplashOverlay),
blurred_(false),
last_action_(RA_NONE),
register_cur_(0)
{