Fixed some issues with special characters and adding contact to address book.
[jenirok] / src / common / cache.cpp
index 2e01f07..ab07647 100644 (file)
@@ -108,7 +108,6 @@ bool Cache::addItem(Source::Result const& result)
     query.bindValue(":street", result.street);
     query.bindValue(":city", result.city);
 
-
     if(!query.exec())
     {
         ret = false;