summaryrefslogtreecommitdiff
path: root/ui/qt5/useraccountwidget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/useraccountwidget.hh')
-rw-r--r--ui/qt5/useraccountwidget.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/useraccountwidget.hh b/ui/qt5/useraccountwidget.hh
index 71a23b7..8fc12b4 100644
--- a/ui/qt5/useraccountwidget.hh
+++ b/ui/qt5/useraccountwidget.hh
@@ -28,6 +28,8 @@ public:
QString accountText(void) const;
/*! Sets the current text in the Account Name text entry. */
void setAccountText(QString);
+ /*! Returns the current avatar location (or an empty string). */
+ QString avatarPath(void) const;
/*! Returns the current text in the passphrase entry. */
QString passphraseText(void) const;
/*! Returns the current text in the Personal Name text entry. */
@@ -50,6 +52,7 @@ private:
QLineEdit *passphrase;
QPushButton *aviButton;
QCheckBox *adminTick;
+ QString aviPath;
/*! When set, auto-update of accountName from personalName is prevented. */
bool acctEverTouched;
};