Let's not use too advanced C++11 features
This commit is contained in:
parent
cc100ad09a
commit
fee21d110c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Q_OBJECT
|
|||
|
||||
public:
|
||||
explicit DanbooruTagModel(QObject* parent=0);
|
||||
~DanbooruTagModel() = default;
|
||||
~DanbooruTagModel();
|
||||
int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE;
|
||||
QVariant data(const QModelIndex &index, int role) const Q_DECL_OVERRIDE;
|
||||
void clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue