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";