Refactored DatabaseWidget::currentEntryHas*()
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user