summaryrefslogtreecommitdiff
path: root/src/loot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loot.h')
-rw-r--r--src/loot.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/loot.h b/src/loot.h
index 6dc7c9f3..54fc6fd1 100644
--- a/src/loot.h
+++ b/src/loot.h
@@ -50,16 +50,12 @@ private:
void processMessage(const lootcli::Message& m);
void processOutputFile();
- bool processOutputPlugin(const QJsonValue& pluginValue);
+ bool processMessages(const QJsonArray& messages);
+ bool processMessage(const QJsonObject& message);
+ bool processPlugins(const QJsonArray& plugins);
+ bool processPlugin(const QJsonObject& plugin);
- bool processPluginMessages(
- const QString& pluginName, const QJsonObject& plugin);
-
- bool processPluginMessage(
- const QString& pluginName, const QJsonObject& message);
-
- bool processPluginDirty(
- const QString& pluginName, const QJsonObject& plugin);
+ bool processPluginDirty(const QString& name, const QJsonObject& plugin);
template <class Format, class... Args>
void logJsonError(Format&& f, Args&&... args)