X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FUserInterface%2FUtils%2FProgressBar.cpp;h=08ce4b29c173461e0a8783c764926ea1c485a878;hb=ddaeaa85dc39c1e67fae142677adbce94965c1e7;hp=30f60565617c3a2f4ba7375c429c5aa13356c8de;hpb=2fee8a8f52f449dd162bd1ece6c71dd3a460df1d;p=qtmeetings diff --git a/src/UserInterface/Utils/ProgressBar.cpp b/src/UserInterface/Utils/ProgressBar.cpp index 30f6056..08ce4b2 100755 --- a/src/UserInterface/Utils/ProgressBar.cpp +++ b/src/UserInterface/Utils/ProgressBar.cpp @@ -31,6 +31,7 @@ ProgressBar::ProgressBar( const QString &aText, bool aCancellable, QWidget *aPar subLayout->addWidget( buttonCancel ); connect( buttonCancel, SIGNAL( pressed() ), this, SIGNAL( cancel() ) ); } + mainLayout->addLayout( subLayout ); setLayout( mainLayout ); }