aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-02-22 17:40:07 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-03-20 14:56:33 -0700
commitae289c923c4f896dca7e6696eef7ca35b10be9bf (patch)
tree142b53b46aa56b1ae7a2b236abd1088c7ac8a6f7 /launcher/FileSystem.h
parente0ef86340f72ce508034815f1c5f8c695d31140d (diff)
downloadPrismLauncher-ae289c923c4f896dca7e6696eef7ca35b10be9bf.tar.gz
PrismLauncher-ae289c923c4f896dca7e6696eef7ca35b10be9bf.tar.bz2
PrismLauncher-ae289c923c4f896dca7e6696eef7ca35b10be9bf.zip
fix: clean up initial review comments (flowin)
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r--launcher/FileSystem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h
index 84526c11..71175bb4 100644
--- a/launcher/FileSystem.h
+++ b/launcher/FileSystem.h
@@ -220,8 +220,8 @@ class create_link : public QObject {
int totalLinked() { return m_linked; }
- void runPrivlaged() { runPrivlaged(QString()); }
- void runPrivlaged(const QString& offset);
+ void runPrivileged() { runPrivileged(QString()); }
+ void runPrivileged(const QString& offset);
QList<LinkResult> getResults() { return m_path_results; }
@@ -230,7 +230,7 @@ class create_link : public QObject {
void fileLinked(const QString& srcName, const QString& dstName);
void linkFailed(const QString& srcName, const QString& dstName, const QString& err_msg, int err_value);
void finished();
- void finishedPrivlaged(bool gotResults);
+ void finishedPrivileged(bool gotResults);
private: