mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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 {
|
||||
|
||||
#if defined Q_OS_MAC && !defined OS_MAC_STORE
|
||||
[[nodiscard]] const QImage &IconMacRound() {
|
||||
static const auto result = QImage(u":/gui/art/icon_round512@2x.png"_q);
|
||||
return result;
|
||||
}
|
||||
#endif // Q_OS_MAC && !OS_MAC_STORE
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue