diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-04 23:54:35 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-04 23:54:35 -0600 |
commit | 08ec429042ff27d80c9bb978b12ca6ba2fb27b6b (patch) | |
tree | 7c28bd8f4e0774b1d3f38d67df3d6dfa490aeec8 /ui | |
parent | f664d198a32fb075dee6b2b10bfa5c195c0ee5e9 (diff) | |
download | horizon-08ec429042ff27d80c9bb978b12ca6ba2fb27b6b.tar.gz horizon-08ec429042ff27d80c9bb978b12ca6ba2fb27b6b.tar.bz2 horizon-08ec429042ff27d80c9bb978b12ca6ba2fb27b6b.tar.xz horizon-08ec429042ff27d80c9bb978b12ca6ba2fb27b6b.zip |
Qt UI: Allow public to access account widgets
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/accountpage.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt5/accountpage.hh b/ui/qt5/accountpage.hh index cd7783a..de0e9a7 100644 --- a/ui/qt5/accountpage.hh +++ b/ui/qt5/accountpage.hh @@ -23,7 +23,6 @@ public: AccountPage(QWidget *parent = nullptr); bool isComplete() const; -private: std::array<UserAccountWidget *, 4> accountWidgets; }; |