Refactored DatabaseWidget::currentEntryHas*()

This commit is contained in:
Amir Pakdel 2015-05-12 15:54:39 -04:00
parent a599787a25
commit b45437d502
3 changed files with 16 additions and 16 deletions

View file

@ -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();