mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-15 02:09:47 -04:00
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
This commit is contained in:
parent
4c0e2af6e3
commit
8d487d31a4
109 changed files with 274 additions and 274 deletions
|
@ -52,14 +52,14 @@ public:
|
|||
|
||||
void setEntryList(const QList<Entry*>& entries);
|
||||
|
||||
Q_SIGNALS:
|
||||
signals:
|
||||
void switchedToEntryListMode();
|
||||
void switchedToGroupMode();
|
||||
|
||||
public Q_SLOTS:
|
||||
public slots:
|
||||
void setGroup(Group* group);
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
void entryAboutToAdd(Entry* entry);
|
||||
void entryAdded(Entry* entry);
|
||||
void entryAboutToRemove(Entry* entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue