aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/styles/neptune/neptunestyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/styles/neptune/neptunestyle.h')
-rw-r--r--plugins/styles/neptune/neptunestyle.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/styles/neptune/neptunestyle.h b/plugins/styles/neptune/neptunestyle.h
index 75838a57..4609a91a 100644
--- a/plugins/styles/neptune/neptunestyle.h
+++ b/plugins/styles/neptune/neptunestyle.h
@@ -88,9 +88,6 @@ class NeptuneStyle : public QQuickStyleAttached
Q_PROPERTY(QString fontFamily READ fontFamily NOTIFY neptuneStyleChanged FINAL)
Q_PROPERTY(int fontFactor READ fontFactor NOTIFY neptuneStyleChanged FINAL)
- Q_PROPERTY(qreal windowWidth READ windowWidth NOTIFY neptuneStyleChanged FINAL)
- Q_PROPERTY(qreal windowHeight READ windowHeight NOTIFY neptuneStyleChanged FINAL)
-
Q_PROPERTY(QString backgroundImage READ backgroundImage NOTIFY neptuneStyleChanged)
/*
@@ -170,10 +167,6 @@ public:
QString fontFamily() const;
int fontFactor() const;
- qreal windowWidth() const;
-
- qreal windowHeight() const;
-
Theme theme() const;
void setTheme(Theme);
void inheritTheme(Theme theme);