aboutsummaryrefslogtreecommitdiff
path: root/launcher/DesktopServices.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-31 22:56:07 +0100
committerGitHub <noreply@github.com>2022-10-31 22:56:07 +0100
commit7086b1e65ceab38c823542af2c652726d2ad1e09 (patch)
tree94843563751681d535478ab61e714a8023ac0b45 /launcher/DesktopServices.h
parentc8adc4e356c4ff879bb720ecf5abb6e719e38818 (diff)
parentf2d445d27b1052a038cd94a5c514cee807abd894 (diff)
downloadPrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.tar.gz
PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.tar.bz2
PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.zip
Merge pull request #351 from Scrumplex/fix-trash
Diffstat (limited to 'launcher/DesktopServices.h')
-rw-r--r--launcher/DesktopServices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/DesktopServices.h b/launcher/DesktopServices.h
index 1c081da4..21c9cae0 100644
--- a/launcher/DesktopServices.h
+++ b/launcher/DesktopServices.h
@@ -33,4 +33,6 @@ namespace DesktopServices
* Open the URL, most likely in a browser. Maybe.
*/
bool openUrl(const QUrl &url);
+
+ bool isFlatpak();
}