forked from qt-creator/qt-creator
Fix missing progress indicator during load.
Task-number: QTCREATORBUG-3380
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user