forked from qt-creator/qt-creator
extensionsystem: "soft dependencies" infrastructure
Reviewed-by: con Reviewed-by: ckamm
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
#include <aggregation/aggregate.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QReadWriteLock>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QTextStream;
|
||||
@@ -95,6 +95,9 @@ public:
|
||||
return result;
|
||||
}
|
||||
|
||||
QObject *getObjectByName(const QString &name) const;
|
||||
QObject *getObjectByClassName(const QString &className) const;
|
||||
|
||||
// Plugin operations
|
||||
QList<PluginSpec *> loadQueue();
|
||||
void loadPlugins();
|
||||
|
||||
Reference in New Issue
Block a user