Skip to content

Commit

Permalink
Fix branded builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Mar 15, 2024
1 parent ff16de0 commit 4ea1b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libsync/theme.h
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,12 @@ class OWNCLOUDSYNC_EXPORT Theme : public QObject
protected:
Theme();

// compat with legacy themes
[[deprecated("Use Resources::themeUniversalIcon")]] auto themeUniversalIcon(const QString &iconName) const
{
return Resources::themeUniversalIcon(iconName);
}

signals:
void systrayUseMonoIconsChanged(bool);

Expand Down

0 comments on commit 4ea1b1a

Please sign in to comment.