2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 23:55:12 +00:00

Hide IsXDGDesktopPortalPresent in a private namespace

This commit is contained in:
Ilya Fedin
2020-11-06 11:57:34 +04:00
committed by John Preston
parent 6c023084d9
commit f7dcf6ce81
2 changed files with 12 additions and 20 deletions

View File

@@ -23,26 +23,22 @@ inline void SetWatchingMediaKeys(bool watching) {
bool InFlatpak();
bool InSnap();
bool IsStaticBinary();
bool AreQtPluginsBundled();
bool UseGtkIntegration();
bool IsGtkIntegrationForced();
bool AreQtPluginsBundled();
bool IsXDGDesktopPortalPresent();
bool UseXDGDesktopPortal();
bool CanOpenDirectoryWithPortal();
QString AppRuntimeDirectory();
QString GetLauncherBasename();
QString GetLauncherFilename();
QString GetIconName();
void InstallLauncher(bool force = false);
inline void IgnoreApplicationActivationRightNow() {
}
void InstallLauncher(bool force = false);
} // namespace Platform
inline void psCheckLocalSocket(const QString &serverName) {