we now load and save chats as well

This commit is contained in:
Rasmus Karlsson
2017-01-29 11:38:00 +01:00
parent 1c076b803e
commit c0b4035e6a
5 changed files with 64 additions and 7 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ private:
void setPreviewRect(QPoint mousePos);
public:
void load(const boost::property_tree::ptree &v);
void load(const boost::property_tree::ptree &tree);
boost::property_tree::ptree save();
};
} // namespace widgets