summaryrefslogtreecommitdiff
path: root/src/nexusinterface.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-18 21:44:45 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:35:05 -0500
commitf6bb73deb21228acf0e7f74500f50421143aa739 (patch)
tree85e5f9460282555857d455ab71e0a27a026e6f61 /src/nexusinterface.h
parent4342fe3ce16e1e14fb44cf2676e3887002f67ec4 (diff)
Clang cleanup
Diffstat (limited to 'src/nexusinterface.h')
-rw-r--r--src/nexusinterface.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h
index 95e46168..b79127af 100644
--- a/src/nexusinterface.h
+++ b/src/nexusinterface.h
@@ -467,17 +467,18 @@ public:
}
/**
- * @param gameName the game short name to support multiple game sources
- * @brief toggle tracking state of the mod
- * @param modID id of the mod
- * @param track true if the mod should be tracked, false for not tracked
- * @param receiver the object to receive the result asynchronously via a signal (nxmFilesAvailable)
- * @param userData user data to be returned with the result
- * @param game the game with which the mods are associated
- * @return int an id to identify the request
- */
- int requestGameInfo(QString gameName, QObject* receiver, QVariant userData, const QString& subModule,
- MOBase::IPluginGame const* game);
+ * @param gameName the game short name to support multiple game sources
+ * @brief toggle tracking state of the mod
+ * @param modID id of the mod
+ * @param track true if the mod should be tracked, false for not tracked
+ * @param receiver the object to receive the result asynchronously via a signal
+ * (nxmFilesAvailable)
+ * @param userData user data to be returned with the result
+ * @param game the game with which the mods are associated
+ * @return int an id to identify the request
+ */
+ int requestGameInfo(QString gameName, QObject* receiver, QVariant userData,
+ const QString& subModule, MOBase::IPluginGame const* game);
/**
*
@@ -651,7 +652,8 @@ private:
const QString& subModule, MOBase::IPluginGame const* game);
NXMRequestInfo(int modID, int fileID, Type type, QVariant userData,
const QString& subModule, MOBase::IPluginGame const* game);
- NXMRequestInfo(Type type, QVariant userData, const QString &subModule, MOBase::IPluginGame const *game);
+ NXMRequestInfo(Type type, QVariant userData, const QString& subModule,
+ MOBase::IPluginGame const* game);
NXMRequestInfo(Type type, QVariant userData, const QString& subModule);
NXMRequestInfo(UpdatePeriod period, Type type, QVariant userData,
const QString& subModule, MOBase::IPluginGame const* game);