21 #ifndef AWAYLOGFILTER_H
22 #define AWAYLOGFILTER_H
33 virtual bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent)
const;
34 virtual QString
idString()
const {
return "AwayLog"; }
35 virtual QVariant
data(
const QModelIndex &index,
int role)
const;
39 #endif //AWAYLOGFILTER_H