commit | aa8d7690f2c608998a15d72d8e448d269ad89599 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Fri Oct 18 17:05:02 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Fri Oct 18 17:05:02 2013 -0700 |
tree | 4a3f4c0e369c034cff3ddaea885415726bd5ec10 | |
parent | 01d1135dd122fb39edba512fd9834e1c0247bb75 [diff] [blame] |
Make contact-storage pure storage
diff --git a/src/contactpanel.cpp b/src/contactpanel.cpp index 37cd13e..abfbb08 100644 --- a/src/contactpanel.cpp +++ b/src/contactpanel.cpp
@@ -44,7 +44,7 @@ db.setDatabaseName(path); bool ok = db.open(); - m_profileEditor = new ProfileEditor(m_contactManager->getContactStorage()); + m_profileEditor = new ProfileEditor(m_contactManager); QStringList contactNameList; contactNameList << "Alex" << "Wentao" << "Yingdi";