forked from qt-creator/qt-creator
DiffEditor: Add missing override
Change-Id: Ic0541a8c902ae10c622cf8843990bdc4e21b9fe8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -123,7 +123,7 @@ protected:
|
||||
void drawCollapsedBlockPopup(QPainter &painter,
|
||||
const QTextBlock &block,
|
||||
QPointF offset,
|
||||
const QRect &clip);
|
||||
const QRect &clip) override;
|
||||
|
||||
private:
|
||||
void paintSeparator(QPainter &painter, QColor &color, const QString &text,
|
||||
|
||||
Reference in New Issue
Block a user