2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Hide ProcessNameByPID and RealExecutablePath into a private namespace

This commit is contained in:
Ilya Fedin
2020-07-13 02:50:27 +04:00
committed by John Preston
parent e081ed4b4a
commit 256e976167
2 changed files with 27 additions and 30 deletions

View File

@@ -33,9 +33,6 @@ bool IsXDGDesktopPortalPresent();
bool UseXDGDesktopPortal();
bool CanOpenDirectoryWithPortal();
QString ProcessNameByPID(const QString &pid);
QString RealExecutablePath(int argc, char *argv[]);
QString AppRuntimeDirectory();
QString GetLauncherBasename();