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); }