build++
This commit is contained in:
parent
9dab5df492
commit
0aaa04c2dc
@ -56,11 +56,6 @@ bool ThemeProxy::useGlobalSettings() const
|
||||
return Plasma::Theme::defaultTheme()->useGlobalSettings();
|
||||
}
|
||||
|
||||
QString ThemeProxy::styleSheet() const
|
||||
{
|
||||
return Plasma::Theme::defaultTheme()->styleSheet();
|
||||
}
|
||||
|
||||
QString ThemeProxy::wallpaperPath() const
|
||||
{
|
||||
return Plasma::Theme::defaultTheme()->wallpaperPath();
|
||||
|
@ -34,7 +34,6 @@ class ThemeProxy : public QObject
|
||||
Q_PROPERTY(bool windowTranslucentEnabled READ windowTranslucencyEnabled NOTIFY themeChanged)
|
||||
Q_PROPERTY(KUrl homepage READ homepage NOTIFY themeChanged)
|
||||
Q_PROPERTY(bool useGlobalSettings READ useGlobalSettings NOTIFY themeChanged)
|
||||
Q_PROPERTY(QString styleSheet READ styleSheet NOTIFY themeChanged)
|
||||
Q_PROPERTY(QString wallpaperPath READ wallpaperPath NOTIFY themeChanged)
|
||||
|
||||
// colors
|
||||
@ -63,7 +62,6 @@ public:
|
||||
bool windowTranslucencyEnabled() const;
|
||||
KUrl homepage() const;
|
||||
bool useGlobalSettings() const;
|
||||
QString styleSheet() const;
|
||||
QString wallpaperPath() const;
|
||||
|
||||
QColor textColor() const;
|
||||
|
Loading…
Reference in New Issue
Block a user