From 0ca34ef2b185a640a75e7898d31c42ab687d5cd3 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 28 Sep 2010 15:37:47 +0000 Subject: remove test jabberId from UI --- examples/GuiClient/mainDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/GuiClient/mainDialog.cpp') 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()) { -- cgit v1.2.3