summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/addressbook/part3
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/addressbook/part3')
-rw-r--r--examples/tutorials/addressbook/part3/addressbook.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorials/addressbook/part3/addressbook.cpp b/examples/tutorials/addressbook/part3/addressbook.cpp
index adb87ef..28a570a 100644
--- a/examples/tutorials/addressbook/part3/addressbook.cpp
+++ b/examples/tutorials/addressbook/part3/addressbook.cpp
@@ -125,6 +125,7 @@ void AddressBook::submitContact()
if (name == "" || address == "") {
QMessageBox::information(this, tr("Empty Field"),
tr("Please enter a name and address."));
+ return;
}
if (!contacts.contains(name)) {