aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.cpp
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-29 18:05:48 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-29 19:55:24 -0700
commit788fa40c2ae0e9786c070f4593a4e7ff6efc77d3 (patch)
tree3eb86f6640005a4e4a54d7623518f0f9a8a181bf /launcher/FileSystem.cpp
parent0ce30495796627e7591587ca1e977be98178f225 (diff)
downloadPrismLauncher-788fa40c2ae0e9786c070f4593a4e7ff6efc77d3.tar.gz
PrismLauncher-788fa40c2ae0e9786c070f4593a4e7ff6efc77d3.tar.bz2
PrismLauncher-788fa40c2ae0e9786c070f4593a4e7ff6efc77d3.zip
refactor: Move ini to use QSettings && drop get/setList functions
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/FileSystem.cpp')
-rw-r--r--launcher/FileSystem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/FileSystem.cpp b/launcher/FileSystem.cpp
index bd985c5b..d98526df 100644
--- a/launcher/FileSystem.cpp
+++ b/launcher/FileSystem.cpp
@@ -329,8 +329,7 @@ bool create_link::operator()(const QString& offset, bool dryRun)
/**
* @brief Make a list of all the links to make
- * @param offset subdirectory form src to link to dest
- * @return if there was an error during the attempt to link
+ * @param offset subdirectory of src to link to dest
*/
void create_link::make_link_list(const QString& offset)
{