mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Another configChanged() script error
.. sed s/configChanged()/configChanged(qint32)/g messed up calls. This is probably the last.
This commit is contained in:
committed by
Mark Liversedge
parent
2927cae26e
commit
db28f52368
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user