mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
parent
5786e2620a
commit
bf906a7867
4 changed files with 21 additions and 6 deletions
|
@ -46,10 +46,11 @@ public Q_SLOTS:
|
|||
|
||||
Q_SIGNALS:
|
||||
void entryActivated(Entry* entry);
|
||||
void openUrl(Entry* entry);
|
||||
void entrySelectionChanged();
|
||||
|
||||
private Q_SLOTS:
|
||||
void emitEntryActivated(const QModelIndex& index);
|
||||
void emitEntryActivationSignal(const QModelIndex& index);
|
||||
void switchToEntryListMode();
|
||||
void switchToGroupMode();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue