mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-23 23:15:41 +02:00
No need to overwrite customMedia in the theme
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
944f9e9668
commit
0c21852bc3
src/libsync
@ -33,11 +33,4 @@ NextcloudTheme::NextcloudTheme()
|
||||
{
|
||||
}
|
||||
|
||||
#ifndef TOKEN_AUTH_ONLY
|
||||
QVariant NextcloudTheme::customMedia(CustomMediaType)
|
||||
{
|
||||
return QVariant();
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
@ -29,11 +29,6 @@ class NextcloudTheme : public Theme
|
||||
public:
|
||||
NextcloudTheme();
|
||||
|
||||
#ifndef TOKEN_AUTH_ONLY
|
||||
QVariant customMedia(CustomMediaType type) override;
|
||||
|
||||
#endif
|
||||
|
||||
};
|
||||
}
|
||||
#endif // NEXTCLOUD_THEME_H
|
||||
|
Loading…
Reference in New Issue
Block a user