Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2018-03-22 04:52:57 +0300
committerJonathan White <support@dmapps.us>2018-11-17 16:49:47 +0300
commit4b57fcb5633229667622e08e505c0eb2512cb1d0 (patch)
treeeb2e8cbe384762ebc02391fa38be886d821297c1 /src/gui/DatabaseWidget.h
parentd8d758f0e17d616840d2321476733b497a5c1b3a (diff)
Clean up Entry Model/View code
Diffstat (limited to 'src/gui/DatabaseWidget.h')
-rw-r--r--src/gui/DatabaseWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/DatabaseWidget.h b/src/gui/DatabaseWidget.h
index 8f268c94a..a5d881ff9 100644
--- a/src/gui/DatabaseWidget.h
+++ b/src/gui/DatabaseWidget.h
@@ -93,9 +93,9 @@ public:
QList<int> previewSplitterSizes() const;
void setPreviewSplitterSizes(const QList<int>& sizes);
bool isUsernamesHidden() const;
- void setUsernamesHidden(const bool hide);
+ void setUsernamesHidden(bool hide);
bool isPasswordsHidden() const;
- void setPasswordsHidden(const bool hide);
+ void setPasswordsHidden(bool hide);
QByteArray entryViewState() const;
bool setEntryViewState(const QByteArray& state) const;
void clearAllWidgets();