Correct test failures; moved gui calls into gui objects

This commit is contained in:
Jonathan White
2018-02-24 07:44:28 -05:00
committed by Janek Bevendorff
parent fd71b4a22e
commit 77e345570d
3 changed files with 15 additions and 5 deletions

View File

@@ -66,6 +66,8 @@ public:
bool isPasswordsHidden() const;
void setPasswordsHidden(const bool hide);
void setPaperClipPixmap(const QPixmap& paperclip);
signals:
void switchedToListMode();
void switchedToSearchMode();