equal
deleted
inserted
replaced
75 } |
75 } |
76 |
76 |
77 QVariant HatsModel::headerData(int section, |
77 QVariant HatsModel::headerData(int section, |
78 Qt::Orientation orientation, int role) const |
78 Qt::Orientation orientation, int role) const |
79 { |
79 { |
|
80 Q_UNUSED(section); |
|
81 Q_UNUSED(orientation); |
|
82 Q_UNUSED(role); |
|
83 |
80 return QVariant(); |
84 return QVariant(); |
81 } |
85 } |
82 |
86 |
83 int HatsModel::rowCount(const QModelIndex &parent) const |
87 int HatsModel::rowCount(const QModelIndex &parent) const |
84 { |
88 { |