mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Fix QT4.8 drag/drop update compile error
.. Qt::NeverHasChildren is QT5 only .. Calling signal instead of notifier in Context
This commit is contained in:
committed by
Mark Liversedge
parent
fc320c30c3
commit
9679c48cae
@@ -84,7 +84,7 @@ IntervalTreeView::dropEvent(QDropEvent* event)
|
||||
}
|
||||
|
||||
if (change) {
|
||||
context->intervalsUpdate(context->rideItem());
|
||||
context->notifyIntervalsUpdate(context->rideItem());
|
||||
context->rideItem()->setDirty(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user