Tabs are now loaded and saved (no chats yet)

This commit is contained in:
Rasmus Karlsson
2017-01-28 22:35:23 +01:00
parent 6fb4305162
commit 1c076b803e
11 changed files with 236 additions and 18 deletions
+7 -2
View File
@@ -12,6 +12,7 @@
#include <QVBoxLayout>
#include <QVector>
#include <QWidget>
#include <boost/property_tree/ptree.hpp>
namespace chatterino {
namespace widgets {
@@ -70,8 +71,12 @@ protected:
private:
void setPreviewRect(QPoint mousePos);
public:
void load(const boost::property_tree::ptree &v);
};
}
}
} // namespace widgets
} // namespace chatterino
#endif // NOTEBOOKPAGE_H