2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Get rid of GetLauncherFilename

Use QGuiApplication::desktopFileName directly instead
This commit is contained in:
Ilya Fedin
2021-03-12 08:55:31 +04:00
committed by John Preston
parent 4d9c9bbd6f
commit e493ab12dc
5 changed files with 28 additions and 41 deletions

View File

@@ -19,8 +19,6 @@ bool InFlatpak();
bool InSnap();
QString AppRuntimeDirectory();
QString GetLauncherBasename();
QString GetLauncherFilename();
QString GetIconName();
void InstallLauncher(bool force = false);