forked from qt-creator/qt-creator
qml: make dumping errors more chatty
Change-Id: I1471ba9459a1e48a03e26aa5dc008072460447be Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -639,6 +639,9 @@ void ModelManager::updateDocument(Document::Ptr doc)
|
||||
|
||||
void ModelManager::updateLibraryInfo(const QString &path, const LibraryInfo &info)
|
||||
{
|
||||
if (!info.pluginTypeInfoError().isEmpty())
|
||||
qDebug() << "Dumping errors for " << path << ":" << info.pluginTypeInfoError();
|
||||
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
_validSnapshot.insertLibraryInfo(path, info);
|
||||
|
||||
Reference in New Issue
Block a user