QTfrontend/hats.cpp
branchexperimental3D
changeset 4812 f924be23ffb4
parent 4560 5d6c7f88db73
child 4976 088d40d8aba2
equal deleted inserted replaced
4347:0ddb100fea61 4812:f924be23ffb4
    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 {