disable the effect watcher since it seems to have issues
svn path=/trunk/KDE/kdelibs/; revision=1214635
This commit is contained in:
parent
7df2e103c5
commit
9f5fdb1385
@ -108,8 +108,9 @@ public:
|
||||
QObject::connect(compositeWatch, SIGNAL(newOwner(Window)), q, SLOT(compositingChanged()));
|
||||
QObject::connect(compositeWatch, SIGNAL(lostOwner()), q, SLOT(compositingChanged()));
|
||||
//watch for blur effect property changes as well
|
||||
effectWatcher = new EffectWatcher(WindowEffects::BlurBehind);
|
||||
QObject::connect(effectWatcher, SIGNAL(blurBehindChanged(bool)), q, SLOT(blurBehindChanged(bool)));
|
||||
effectWatcher = 0;
|
||||
/* effectWatcher = new EffectWatcher(WindowEffects::BlurBehind);
|
||||
QObject::connect(effectWatcher, SIGNAL(blurBehindChanged(bool)), q, SLOT(blurBehindChanged(bool)));*/
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user