diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 15:37:47 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 15:37:47 +0000 |
| commit | 0ca34ef2b185a640a75e7898d31c42ab687d5cd3 (patch) | |
| tree | b4ec3abed5504d86f9c542f85b14fc293bbb889c /examples/GuiClient | |
| parent | 8bffb2add8258ef3c964fc097a3955e0b21e6fab (diff) | |
| download | qxmpp-0ca34ef2b185a640a75e7898d31c42ab687d5cd3.tar.gz | |
remove test jabberId from UI
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/mainDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index 364cf5ec..71c1310a 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -660,7 +660,7 @@ void mainDialog::action_addContact() { bool ok; QString bareJid = QInputDialog::getText(this, "Add a jabber contact", - "Contact ID:", QLineEdit::Normal, "manjeetd@gmail.com", &ok); + "Contact ID:", QLineEdit::Normal, "", &ok); if(ok && !bareJid.isEmpty()) { |
