aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/helpers
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-03-07 19:55:20 -0300
committerflow <thiagodonato300@gmail.com>2022-03-07 19:55:20 -0300
commitb3c2a56ece925bc6fe327b8824c50f194610b5b9 (patch)
tree1180f8815bab478912eaf4e8050ec36f78602a32 /launcher/modplatform/helpers
parent9c57b54a81a9026aa86a983a203df17c023eaa8d (diff)
downloadPrismLauncher-b3c2a56ece925bc6fe327b8824c50f194610b5b9.tar.gz
PrismLauncher-b3c2a56ece925bc6fe327b8824c50f194610b5b9.tar.bz2
PrismLauncher-b3c2a56ece925bc6fe327b8824c50f194610b5b9.zip
fix: delete semicolons at the end of .cpp file's functions
my lsp is weird sometimes
Diffstat (limited to 'launcher/modplatform/helpers')
-rw-r--r--launcher/modplatform/helpers/NetworkModAPI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/modplatform/helpers/NetworkModAPI.cpp b/launcher/modplatform/helpers/NetworkModAPI.cpp
index 4b066102..ef084535 100644
--- a/launcher/modplatform/helpers/NetworkModAPI.cpp
+++ b/launcher/modplatform/helpers/NetworkModAPI.cpp
@@ -29,7 +29,7 @@ void NetworkModAPI::searchMods(CallerType* caller, SearchArgs&& args) const
});
netJob->start();
-};
+}
void NetworkModAPI::getVersions(CallerType* caller, const QString& addonId) const
{
@@ -57,4 +57,4 @@ void NetworkModAPI::getVersions(CallerType* caller, const QString& addonId) cons
});
netJob->start();
-};
+}