Ejemplo n.º 1
0
 QVariant uiData(int section, int role) const {
   return (role == Qt::DisplayRole && section == _timestampSection)
       ? _timestamp : _wrapped.uiData(section, role); }