From 6bf1feef2ad152c6090281d70897d2b5a2a1231c Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 27 Mar 2016 10:32:06 +0200 Subject: [PATCH] removed useless visible triggers --- ProfileInterface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ProfileInterface.cpp b/ProfileInterface.cpp index bf321fd..5bc268b 100755 --- a/ProfileInterface.cpp +++ b/ProfileInterface.cpp @@ -85,8 +85,6 @@ void ProfileInterface::on_profileLoaded() QSpacerItem *saSpacerItem = new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding); ui->saProfileContent->layout()->addItem(saSpacerItem); ui->saProfile->setVisible(true); - ui->pbPictureLoading->setVisible(false); - ui->labProfileContent->setVisible(false); ui->frmLoading->setVisible(false); }