forked from qt-creator/qt-creator
ExtensionSystem: Fix qbs build
Amends 32914fe66b.
Change-Id: I0bf7f94ae128109f44f4dedc71c418b36c34911e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
#include "extensionsystemtr.h"
|
||||
#include "pluginmanager.h"
|
||||
#include "pluginspec.h"
|
||||
#include "pluginspec_p.h"
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
@@ -55,8 +54,6 @@
|
||||
The settings for the plugin list entry corresponding to \a spec changed.
|
||||
*/
|
||||
|
||||
Q_DECLARE_METATYPE(ExtensionSystem::PluginSpec*)
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
namespace ExtensionSystem {
|
||||
|
||||
@@ -4,9 +4,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "extensionsystem_global.h"
|
||||
#include "pluginspec.h"
|
||||
|
||||
#include <utils/treemodel.h>
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QSet>
|
||||
#include <QWidget>
|
||||
|
||||
@@ -57,4 +59,6 @@ private:
|
||||
friend class Internal::PluginItem;
|
||||
};
|
||||
|
||||
} // namespae ExtensionSystem
|
||||
} // namespace ExtensionSystem
|
||||
|
||||
Q_DECLARE_METATYPE(ExtensionSystem::PluginSpec *)
|
||||
|
||||
Reference in New Issue
Block a user