mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-24 00:33:43 -05:00
Bug #290
Show realted menu option to current entry only if the corresponding field is not empty.
This commit is contained in:
parent
a7f4e2d0cd
commit
a599787a25
3 changed files with 61 additions and 6 deletions
|
|
@ -80,6 +80,11 @@ public:
|
|||
QList<int> entryHeaderViewSizes() const;
|
||||
void setEntryViewHeaderSizes(const QList<int>& sizes);
|
||||
void clearAllWidgets();
|
||||
bool hasTitle();
|
||||
bool hasUsername();
|
||||
bool hasPassword();
|
||||
bool hasUrl();
|
||||
bool hasNotes();
|
||||
|
||||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue