mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Open EditEntryWidget when empty url column is activated.
This commit is contained in:
parent
34c6b416b0
commit
ba3baf3595
4 changed files with 22 additions and 14 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include "core/Global.h"
|
||||
|
||||
#include "gui/entry/EntryModel.h"
|
||||
|
||||
class ChangeMasterKeyWidget;
|
||||
class DatabaseOpenWidget;
|
||||
class DatabaseSettingsWidget;
|
||||
|
@ -104,6 +106,7 @@ public Q_SLOTS:
|
|||
void emitEntryContextMenuRequested(const QPoint& pos);
|
||||
|
||||
private Q_SLOTS:
|
||||
void entryActivationSignalReceived(Entry* entry, EntryModel::ModelColumn column);
|
||||
void switchBackToEntryEdit();
|
||||
void switchToView(bool accepted);
|
||||
void switchToHistoryView(Entry* entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue