Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
UrlConstants.h File Reference
#include <QString>
Include dependency graph for UrlConstants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const auto kOrgDomain = QStringLiteral("deskflow.org")
const auto kUrlSourceQuery = QStringLiteral("source=gui")
const auto kUrlApp = QStringLiteral("https://%1").arg(kOrgDomain)
const auto kUrlHelp = QStringLiteral("%1/help?%2").arg(kUrlApp, kUrlSourceQuery)
const auto kUrlDownload = QStringLiteral("%1/download?%2").arg(kUrlApp, kUrlSourceQuery)
const auto kUrlUpdateCheck = QStringLiteral("https://api.%1/version").arg(kOrgDomain)

Variable Documentation

◆ kOrgDomain

const auto kOrgDomain = QStringLiteral("deskflow.org")

◆ kUrlApp

const auto kUrlApp = QStringLiteral("https://%1").arg(kOrgDomain)

◆ kUrlDownload

const auto kUrlDownload = QStringLiteral("%1/download?%2").arg(kUrlApp, kUrlSourceQuery)

◆ kUrlHelp

const auto kUrlHelp = QStringLiteral("%1/help?%2").arg(kUrlApp, kUrlSourceQuery)

◆ kUrlSourceQuery

const auto kUrlSourceQuery = QStringLiteral("source=gui")

◆ kUrlUpdateCheck

const auto kUrlUpdateCheck = QStringLiteral("https://api.%1/version").arg(kOrgDomain)