~ubuntu-branches/ubuntu/natty/kdegames/natty

« back to all changes in this revision

Viewing changes to libkdegames/highscore/kscoredialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-22 17:50:49 UTC
  • mfrom: (1.2.56 upstream)
  • Revision ID: james.westby@ubuntu.com-20101222175049-3npw25qgo3j518tj
Tags: 4:4.5.90-0ubuntu1~ppa1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        QString comment;
67
67
        int fields;
68
68
        int hiddenFields;
69
 
        QPair<QByteArray, int> newName; //index of the newname to add (groupKey, position)
 
69
        QPair<QByteArray, int> newName; //index of the new name to add (groupKey, position)
70
70
        QPair<QByteArray, int> latest; //index of the latest addition (groupKey, position)
71
71
        int nrCols;
72
72
        bool loaded;