Skip to content
Snippets Groups Projects
Commit ffe48a40 authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Hugo Beauzée-Luyssen
Browse files

qt: expert_model: add missing override

parent 50c09bb3
No related branches found
No related tags found
Loading
......@@ -101,7 +101,7 @@ public:
void toggleBoolean( const QModelIndex & );
void setItemToDefault( const QModelIndex & );
void notifyUpdatedRow( int );
bool submit();
bool submit() override;
/* Standard model interface */
QVariant headerData( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const override;
int rowCount( const QModelIndex &parent = QModelIndex() ) const override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment