aboutsummaryrefslogtreecommitdiff
path: root/launcher/StringUtils.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-02-23 19:08:35 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-03-20 14:56:33 -0700
commitdc5402349e8c65945d46f1539fd92823a05a391c (patch)
treecbb710514c1bbb52b740c904ee355248648bf6fd /launcher/StringUtils.h
parentae289c923c4f896dca7e6696eef7ca35b10be9bf (diff)
downloadPrismLauncher-dc5402349e8c65945d46f1539fd92823a05a391c.tar.gz
PrismLauncher-dc5402349e8c65945d46f1539fd92823a05a391c.tar.bz2
PrismLauncher-dc5402349e8c65945d46f1539fd92823a05a391c.zip
refactor: use UUID toString mode
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/StringUtils.h')
-rw-r--r--launcher/StringUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/StringUtils.h b/launcher/StringUtils.h
index 1ba19555..c4a6ab31 100644
--- a/launcher/StringUtils.h
+++ b/launcher/StringUtils.h
@@ -30,5 +30,5 @@ inline QString fromStdString(string s)
int naturalCompare(const QString& s1, const QString& s2, Qt::CaseSensitivity cs);
-QString getRandomAlphaNumeric(const int length);
+QString getRandomAlphaNumeric();
} // namespace StringUtils