mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Move AppRuntimeDirectory to private namespace
This commit is contained in:
@@ -246,12 +246,6 @@ bool GenerateDesktopFile(
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
void SetApplicationIcon(const QIcon &icon) {
|
||||
QApplication::setWindowIcon(icon);
|
||||
}
|
||||
|
||||
QString AppRuntimeDirectory() {
|
||||
static const auto Result = [&] {
|
||||
auto runtimeDir = QStandardPaths::writableLocation(
|
||||
@@ -275,6 +269,12 @@ QString AppRuntimeDirectory() {
|
||||
return Result;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
void SetApplicationIcon(const QIcon &icon) {
|
||||
QApplication::setWindowIcon(icon);
|
||||
}
|
||||
|
||||
QString SingleInstanceLocalServerName(const QString &hash) {
|
||||
const auto idealSocketPath = AppRuntimeDirectory()
|
||||
+ hash
|
||||
|
Reference in New Issue
Block a user