summaryrefslogtreecommitdiffstats
path: root/src/komposesettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/komposesettings.h')
-rw-r--r--src/komposesettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/komposesettings.h b/src/komposesettings.h
index 7d2efa5..a53f5a0 100644
--- a/src/komposesettings.h
+++ b/src/komposesettings.h
@@ -54,6 +54,8 @@ public:
void setDynamicVirtDeskLayout( bool b ) { dynamicVirtDeskLayout = b; }
bool getImageEffects() const { return imageEffects; }
void setImageEffects( bool b ) { imageEffects = b; }
+ bool getBlurBackground() const { return blurBackground; }
+ void setBlurBackground( bool b ) { blurBackground = b; }
int getDefaultView() const { return defaultView; }
void setDefaultView( int d ) { defaultView = d; }
@@ -135,6 +137,7 @@ private:
bool dynamicVirtDeskLayout;
bool imageEffects;
+ bool blurBackground;
int defaultView;
int iconSize;