Hello everybody! I use QCustomPlot together with QML. It is very important for me to use the QCustomPlot::afterReplot() signal, since by this signal I call the QQuickPaintedItem::update() method to further call the paint method. But when I want to redraw only one layer using QCPLayer::replot() I don't get any signal about it and can't call QQuickPaintedItem::update()
How do I get a signal that the layer has been replot?