Skip to content

Commit

Permalink
Avoid warning about mismarked slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Aug 28, 2024
1 parent 53b6d80 commit 2840ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syncthingmodel/syncthingrecentchangesmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class LIB_SYNCTHING_MODEL_EXPORT SyncthingRecentChangesModel : public SyncthingM
};
explicit SyncthingRecentChangesModel(SyncthingConnection &connection, int maxRows = 200, QObject *parent = nullptr);

public Q_SLOTS:
QHash<int, QByteArray> roleNames() const override;
const QVector<int> &colorRoles() const override;
QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override;
Expand Down

0 comments on commit 2840ae7

Please sign in to comment.