Another configChanged() script error

.. sed s/configChanged()/configChanged(qint32)/g
   messed up calls. This is probably the last.
This commit is contained in:
Claus Assmann
2014-12-29 20:06:55 +00:00
committed by Mark Liversedge
parent 2927cae26e
commit db28f52368

View File

@@ -172,7 +172,7 @@ ModelWindow::ModelWindow(Context *context) :
connect(context, SIGNAL(configChanged(qint32)), this, SLOT(configChanged(qint32)));
// set colors on first run
configChanged(qint32);
configChanged(CONFIG_APPEARANCE);
}
void