forked from qt-creator/qt-creator
ExtensionManager: Fix loading multiple images
Change-Id: Ie4376bd1cbcbc406e5d6bcc98b9100c33bfd6aad Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -529,6 +529,8 @@ public:
|
|||||||
else {
|
else {
|
||||||
m_imageHandler.set(query.reply()->url().toString(), {});
|
m_imageHandler.set(query.reply()->url().toString(), {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
markContentsDirty(0, this->characterCount());
|
||||||
};
|
};
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
@@ -537,9 +539,6 @@ public:
|
|||||||
continueOnError,
|
continueOnError,
|
||||||
NetworkQueryTask{onQuerySetup, onQueryDone},
|
NetworkQueryTask{onQuerySetup, onQueryDone},
|
||||||
},
|
},
|
||||||
onGroupDone([this]() {
|
|
||||||
markContentsDirty(0, this->characterCount());
|
|
||||||
})
|
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user