diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-23 17:51:58 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-23 17:51:58 +0200 |
commit | ba7dfb360c53b717b76ba7197ae40d2f9f59a659 (patch) | |
tree | cb1546e057086dd93f063518c3d644fcd8d60955 /launcher/launch/LaunchTask.h | |
parent | 6aad750fe037cfdc46db846e6cc507f112f745ed (diff) | |
download | PrismLauncher-ba7dfb360c53b717b76ba7197ae40d2f9f59a659.tar.gz PrismLauncher-ba7dfb360c53b717b76ba7197ae40d2f9f59a659.tar.bz2 PrismLauncher-ba7dfb360c53b717b76ba7197ae40d2f9f59a659.zip |
fix: actually substitute variables in pre/post launch
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/launch/LaunchTask.h')
-rw-r--r-- | launcher/launch/LaunchTask.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/launch/LaunchTask.h b/launcher/launch/LaunchTask.h index 2efe1fa2..9c72b23f 100644 --- a/launcher/launch/LaunchTask.h +++ b/launcher/launch/LaunchTask.h @@ -105,8 +105,8 @@ public: /* methods */ shared_qobject_ptr<LogModel> getLogModel(); public: - void substituteVariables(const QStringList &args) const; - QString substituteVariables(const QString &cmd) const; + void substituteVariables(QStringList &args) const; + void substituteVariables(QString &cmd) const; QString censorPrivateInfo(QString in); protected: /* methods */ |