forked from qt-creator/qt-creator
QmlDesigner: Fix compilation error
There was an unused parameter. Change-Id: I50e727a2c7152d730660f63a9f2aa43718ae1e4a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
98be6d289f
commit
c738305989
@@ -172,7 +172,7 @@ bool ContentLibraryMaterialsModel::fetchBundleMetadata(const QDir &bundleDir)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ContentLibraryMaterialsModel::downloadSharedFiles(const QDir &targetDir, const QStringList &files)
|
void ContentLibraryMaterialsModel::downloadSharedFiles(const QDir &targetDir, const QStringList &)
|
||||||
{
|
{
|
||||||
QString metaFileUrl = m_baseUrl + "/shared_files.zip";
|
QString metaFileUrl = m_baseUrl + "/shared_files.zip";
|
||||||
FileDownloader *downloader = new FileDownloader(this);
|
FileDownloader *downloader = new FileDownloader(this);
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
#include <projectexplorer/kitinformation.h>
|
#include <projectexplorer/kitinformation.h>
|
||||||
#include <projectexplorer/kitmanager.h>
|
#include <projectexplorer/kitmanager.h>
|
||||||
#include <projectexplorer/projectexplorer.h>
|
#include <projectexplorer/projectexplorer.h>
|
||||||
#include <projectexplorer/projectexplorerconstants.h>.h>
|
#include <projectexplorer/projectexplorerconstants.h>
|
||||||
#include <projectexplorer/projectmanager.h>
|
#include <projectexplorer/projectmanager.h>
|
||||||
|
|
||||||
#include <qmlprojectmanager/projectfilecontenttools.h>
|
#include <qmlprojectmanager/projectfilecontenttools.h>
|
||||||
|
Reference in New Issue
Block a user