summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainmanager.cpp
diff options
context:
space:
mode:
authorbe_ <be.0@gmx.com>2017-02-11 16:43:09 -0600
committerbe_ <be.0@gmx.com>2017-02-11 16:43:09 -0600
commit494d36fdf5a53aaefa627d75a1b83af340fe31aa (patch)
treeb05e293f68b707e5af6717dbd7059a88cbb09e10 /src/effects/effectchainmanager.cpp
parent54fd98b916fd961ca3d136a7b344b71e37ee721a (diff)
toXML -> toXml
Diffstat (limited to 'src/effects/effectchainmanager.cpp')
-rw-r--r--src/effects/effectchainmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/effectchainmanager.cpp b/src/effects/effectchainmanager.cpp
index ee4a909824..f196fda1aa 100644
--- a/src/effects/effectchainmanager.cpp
+++ b/src/effects/effectchainmanager.cpp
@@ -138,7 +138,7 @@ bool EffectChainManager::saveEffectChains() {
QDomElement rootNode = doc.documentElement();
for (EffectRackPointer pRack : m_standardEffectRacks) {
- rootNode.appendChild(pRack->toXML(&doc));
+ rootNode.appendChild(pRack->toXml(&doc));
}
// TODO? Save QuickEffects in effects.xml too, or keep stored in ConfigObjects?
// foreach(EffectRackPointer pRack, m_quickEffectRacks) {