aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/extensionsystem/pluginspec.h')
-rw-r--r--src/libs/extensionsystem/pluginspec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/extensionsystem/pluginspec.h b/src/libs/extensionsystem/pluginspec.h
index 0462acddef..da89ff6029 100644
--- a/src/libs/extensionsystem/pluginspec.h
+++ b/src/libs/extensionsystem/pluginspec.h
@@ -131,6 +131,8 @@ public:
bool hasError() const;
QString errorString() const;
+ static bool readMultiLineString(const QJsonValue &value, QString *out);
+
private:
PluginSpec();