QTfrontend/hats.cpp
changeset 4560 5d6c7f88db73
parent 3445 1ce844170014
child 4976 088d40d8aba2
equal deleted inserted replaced
4559:194d5a7a3fd4 4560:5d6c7f88db73
    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 {