diff --git a/src/qchart.h b/src/qchart.h index 945370e..136eaab 100644 --- a/src/qchart.h +++ b/src/qchart.h @@ -119,9 +119,6 @@ public: QRectF plotArea() const; -Q_SIGNALS: - void marginsChanged(QRectF newMargins); - protected: QScopedPointer d_ptr; friend class QLegend;