Updated ValueHandling.
This commit is contained in:
@@ -72,7 +72,7 @@ signals:
|
||||
|
||||
//void viewUpdateNeeded();
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
void updateRow(int row);
|
||||
void paintHighlightRow(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
|
||||
@@ -83,7 +83,6 @@ private:
|
||||
|
||||
QPropertyAnimation* _animation{};
|
||||
|
||||
private:
|
||||
|
||||
QHash<int, qreal> m_rowOpacities;
|
||||
QHash<int, QVariantAnimation*> m_rowAnimations;
|
||||
|
||||
Reference in New Issue
Block a user