2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Provide access to un-joined argument list in Core::Launcher

This allows to re-use the variable in Linux-specific code
This commit is contained in:
Ilya Fedin
2023-06-13 06:03:19 +04:00
committed by John Preston
parent a7bd097b2f
commit af00247362
5 changed files with 9 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ public:
virtual int exec();
QString argumentsString() const;
const QStringList &arguments() const;
bool customWorkingDir() const;
uint64 installationTag() const;