Fix missing progress indicator during load.

Task-number: QTCREATORBUG-3380
This commit is contained in:
kh1
2011-01-11 13:16:12 +01:00
parent ae83b4b7b6
commit fd89e85850
4 changed files with 17 additions and 15 deletions

View File

@@ -127,7 +127,8 @@ protected:
private slots:
void actionChanged();
void setLoadFinished(bool ok);
void slotLoadStarted();
void slotLoadFinished(bool ok);
private:
bool eventFilter(QObject *obj, QEvent *event);