mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix unused function warning.
This commit is contained in:
parent
79e2157442
commit
b65a00824c
1 changed files with 2 additions and 0 deletions
|
@ -56,10 +56,12 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
namespace Settings {
|
namespace Settings {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
#if defined Q_OS_MAC && !defined OS_MAC_STORE
|
||||||
[[nodiscard]] const QImage &IconMacRound() {
|
[[nodiscard]] const QImage &IconMacRound() {
|
||||||
static const auto result = QImage(u":/gui/art/icon_round512@2x.png"_q);
|
static const auto result = QImage(u":/gui/art/icon_round512@2x.png"_q);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
#endif // Q_OS_MAC && !OS_MAC_STORE
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue