fixed compiling

This commit is contained in:
2017-12-14 00:25:06 +01:00
parent 7f18cefee4
commit 86ae71f674
9 changed files with 65 additions and 41 deletions
+3 -1
View File
@@ -9,6 +9,7 @@
//#endif
#include <boost/property_tree/ptree.hpp>
#include <boost/signals2.hpp>
#include <pajlada/settings/serialize.hpp>
#include <pajlada/settings/settingdata.hpp>
@@ -27,7 +28,6 @@ class Window : public BaseWidget
public:
explicit Window(ChannelManager &_channelManager, ColorScheme &_colorScheme,
CompletionManager &_completionManager, bool isMainWindow);
~Window();
void repaintVisibleChatWidgets(Channel *channel = nullptr);
@@ -39,6 +39,8 @@ public:
Notebook &getNotebook();
boost::signals2::signal<void()> closed;
protected:
virtual void closeEvent(QCloseEvent *event) override;