~ubuntu-branches/ubuntu/precise/kgpg/precise-updates

« back to all changes in this revision

Viewing changes to model/kgpgitemmodel.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-24 23:16:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20111224231612-6w15s57d2106roq2
Tags: upstream-4.7.95
Import upstream version 4.7.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        case KEYCOLUMN_NAME:
105
105
                switch (role) {
106
106
                case Qt::DisplayRole:
 
107
                case Qt::EditRole:
107
108
                        return node->getName();
108
109
                case Qt::DecorationRole:
109
110
                        if (node->getType() == ITYPE_UAT) {