Mod: Use override etc 2
This commit is contained in:
@@ -56,7 +56,7 @@ namespace PartGui {
|
||||
: QTreeWidgetItem(type)
|
||||
{
|
||||
}
|
||||
void setData (int column, int role, const QVariant & value)
|
||||
void setData (int column, int role, const QVariant & value) override
|
||||
{
|
||||
QTreeWidgetItem::setData(column, role, value);
|
||||
if (role == Qt::CheckStateRole && value.toBool()) {
|
||||
|
||||
Reference in New Issue
Block a user