fix: do not trash instances in Flatpak

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-10-30 18:54:52 +01:00
parent b4be28b9bb
commit 29d362a6e0
6 changed files with 22 additions and 17 deletions

View File

@ -33,4 +33,6 @@ namespace DesktopServices
* Open the URL, most likely in a browser. Maybe.
*/
bool openUrl(const QUrl &url);
bool isFlatpak();
}