mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Refactored DatabaseWidget::currentEntryHas*()
This commit is contained in:
parent
a599787a25
commit
b45437d502
3 changed files with 16 additions and 16 deletions
|
@ -80,11 +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();
|
||||
bool currentEntryHasTitle();
|
||||
bool currentEntryHasUsername();
|
||||
bool currentEntryHasPassword();
|
||||
bool currentEntryHasUrl();
|
||||
bool currentEntryHasNotes();
|
||||
|
||||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue