summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
authorbe_ <be.0@gmx.com>2016-12-25 12:14:46 -0600
committerbe_ <be.0@gmx.com>2017-01-19 14:39:44 -0600
commitd826eca898606138e2eebdb182491f6430fc22cd (patch)
tree9b8a6969caea409c5eacf9d617f7fb43dea5f64e /src/effects/effectchain.h
parentd7b45ea5466e3847e8a76e0ac9899db58f1cd10d (diff)
save/load effect parameter state to XML on shutdown/startup
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index 204b7a8012..66a41d4300 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -93,8 +93,7 @@ class EffectChain : public QObject {
EngineEffectChain* getEngineEffectChain();
- QDomElement toXML(QDomDocument* doc) const;
- static EffectChainPointer fromXML(EffectsManager* pEffectsManager,
+ static EffectChainPointer createFromXml(EffectsManager* pEffectsManager,
const QDomElement& element);
static EffectChainPointer clone(EffectChainPointer pChain);