Get rid of Q_{EMIT,SLOTS,SIGNALS}

This commit is contained in:
seatedscribe
2017-03-16 21:46:53 +01:00
parent 3fcf342fbc
commit 06bbd6e066
8 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ public:
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
public Q_SLOTS:
public slots:
void setSkippedRows(int skipped);
private: