Merge pull request #351 from Scrumplex/fix-trash

This commit is contained in:
Sefa Eyeoglu
2022-10-31 22:56:07 +01:00
parent 7a5a4de6ea
commit 63a3dd1919
7 changed files with 27 additions and 24 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();
}