diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 13:12:05 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 13:12:05 +0000 |
| commit | be21d89ce38ed6efb567e66a4f4cfef2e538cd57 (patch) | |
| tree | 088d4fa55a9d273d368179b6b3579ba138a03f62 /examples/GuiClient/mainDialog.h | |
| parent | 57f0ec04ac5395fd52d59fba14563a8306c067f9 (diff) | |
| download | qxmpp-be21d89ce38ed6efb567e66a4f4cfef2e538cd57.tar.gz | |
set password on completion
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h index c9cb073d..dd457fb3 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -78,6 +78,7 @@ private slots: void updateVCard(const QString& bareJid); void avatarChanged(const QImage&); void showProfile(const QString& bareJid); + void userNameLineEdit_editingFinished(); private: void loadAccounts(); |
