mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Get rid of Q_{EMIT,SLOTS,SIGNALS}
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user