Fixed loading the stars when opening with file as argv. minor cleanup

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-04-28 08:45:22 -03:00
parent 2f4d6bbe53
commit 0be521bb25
5 changed files with 4 additions and 10 deletions

View file

@ -79,7 +79,6 @@ class DiveTripModel : public QAbstractItemModel
{
public:
enum Column {NR, DATE, RATING, DEPTH, DURATION, TEMPERATURE, TOTALWEIGHT, SUIT, CYLINDER, NITROX, SAC, OTU, MAXCNS, LOCATION, COLUMNS };
enum { DelegatesRole = Qt::UserRole };
DiveTripModel(QObject *parent = 0);