Addressbook: create helper class for QSettings groups
commit63b6e4fccd5c4d747d28081df569172ed5175df8
authorCaspar Schutijser <caspar@schutijser.com>
Sat, 25 May 2013 15:54:15 +0000 (25 17:54 +0200)
committerCaspar Schutijser <caspar@schutijser.com>
Sun, 26 May 2013 08:20:32 +0000 (26 10:20 +0200)
tree06ac79fcb0538bce6664503b0d1c8a77d2fffc2b
parent8a149f4884513bf73a2ca88ce05a35c3a5943d7c
Addressbook: create helper class for QSettings groups

This way, endGroup() will always be called when we are done parsing
the current contact.

When endGroup() is not called in the readAbook() method, entries after
the current entry are not correctly parsed so these contacts won't
show up in the addressbook.
src/AbookAddressbook/AbookAddressbook.cpp