Implement tab renaming/default tab name

Fix #13
This commit is contained in:
Rasmus Karlsson
2017-08-13 16:52:16 +02:00
parent f4df262179
commit a4533ae92c
4 changed files with 95 additions and 4 deletions
+2
View File
@@ -98,6 +98,8 @@ private:
ChatWidget *createChatWidget();
public:
void refreshTitle();
void load(const boost::property_tree::ptree &tree);
boost::property_tree::ptree save();
};