mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build with Xcode.
This commit is contained in:
parent
13c00949ed
commit
8d31769846
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public:
|
||||||
const QString &emoji);
|
const QString &emoji);
|
||||||
|
|
||||||
[[nodiscard]] static bool TestingColors();
|
[[nodiscard]] static bool TestingColors();
|
||||||
[[nodiscard]] static void SetTestingColors(bool testing);
|
static void SetTestingColors(bool testing);
|
||||||
[[nodiscard]] static QString PrepareTestingLink(const CloudTheme &theme);
|
[[nodiscard]] static QString PrepareTestingLink(const CloudTheme &theme);
|
||||||
[[nodiscard]] std::optional<CloudTheme> updateThemeFromLink(
|
[[nodiscard]] std::optional<CloudTheme> updateThemeFromLink(
|
||||||
const QString &emoji,
|
const QString &emoji,
|
||||||
|
|
Loading…
Add table
Reference in a new issue