@@ -44,10 +44,10 @@ class QgsComposerColumnAlignmentDelegate : public QItemDelegate
44
44
45
45
public:
46
46
QgsComposerColumnAlignmentDelegate ( QObject *parent = 0 );
47
- QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
48
- void setEditorData ( QWidget *editor, const QModelIndex &index ) const ;
49
- void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const ;
50
- void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
47
+ QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
48
+ void setEditorData ( QWidget *editor, const QModelIndex &index ) const OVERRIDE ;
49
+ void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const OVERRIDE ;
50
+ void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
51
51
52
52
};
53
53
@@ -61,10 +61,10 @@ class QgsComposerColumnSourceDelegate : public QItemDelegate
61
61
62
62
public:
63
63
QgsComposerColumnSourceDelegate ( QgsVectorLayer* vlayer, QObject *parent = 0 );
64
- QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
65
- void setEditorData ( QWidget *editor, const QModelIndex &index ) const ;
66
- void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const ;
67
- void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
64
+ QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
65
+ void setEditorData ( QWidget *editor, const QModelIndex &index ) const OVERRIDE ;
66
+ void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const OVERRIDE ;
67
+ void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
68
68
public slots:
69
69
void commitAndCloseEditor ();
70
70
private:
@@ -80,10 +80,10 @@ class QgsComposerColumnWidthDelegate : public QItemDelegate
80
80
81
81
public:
82
82
QgsComposerColumnWidthDelegate ( QObject *parent = 0 );
83
- QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
84
- void setEditorData ( QWidget *editor, const QModelIndex &index ) const ;
85
- void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const ;
86
- void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
83
+ QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
84
+ void setEditorData ( QWidget *editor, const QModelIndex &index ) const OVERRIDE ;
85
+ void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const OVERRIDE ;
86
+ void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
87
87
88
88
};
89
89
@@ -97,10 +97,10 @@ class QgsComposerColumnSortOrderDelegate : public QItemDelegate
97
97
98
98
public:
99
99
QgsComposerColumnSortOrderDelegate ( QObject *parent = 0 );
100
- QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
101
- void setEditorData ( QWidget *editor, const QModelIndex &index ) const ;
102
- void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const ;
103
- void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const ;
100
+ QWidget *createEditor ( QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
101
+ void setEditorData ( QWidget *editor, const QModelIndex &index ) const OVERRIDE ;
102
+ void setModelData ( QWidget *editor, QAbstractItemModel *model, const QModelIndex &index ) const OVERRIDE ;
103
+ void updateEditorGeometry ( QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index ) const OVERRIDE ;
104
104
105
105
};
106
106
0 commit comments