summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-07-06 01:33:09 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-07-06 01:33:09 +0200
commit157663b7c233eeedaf8bb5d09e85cfccbbeb99c7 (patch)
treec9fb07691ec61722edcac8cf856ddd140d2d1bfd /src/control
parent1e78a3bdb3c00ec08056eb0e44806f40d7802448 (diff)
control/controlmodel: Fix double CO initialization in developer tools
Diffstat (limited to 'src/control')
-rw-r--r--src/control/controlmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/control/controlmodel.cpp b/src/control/controlmodel.cpp
index 04ecd863b7..923be754b2 100644
--- a/src/control/controlmodel.cpp
+++ b/src/control/controlmodel.cpp
@@ -22,7 +22,6 @@ void ControlModel::addControl(const ConfigKey& key,
info.title = title;
info.description = description;
info.pControl = new ControlProxy(info.key, this);
- info.pControl->initialize();
beginInsertRows(QModelIndex(), m_controls.size(),
m_controls.size());