mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-18 00:11:06 -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
|
@ -43,12 +43,12 @@ public:
|
|||
void loadGroup(Group* group, bool create, Database* database);
|
||||
void clear();
|
||||
|
||||
Q_SIGNALS:
|
||||
signals:
|
||||
void editFinished(bool accepted);
|
||||
void messageEditEntry(QString, MessageWidget::MessageType);
|
||||
void messageEditEntryDismiss();
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
void save();
|
||||
void cancel();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue