moved window logic from BaseWidget to BaseWindow

This commit is contained in:
fourtf
2018-01-14 21:55:36 +01:00
parent 8deb096a27
commit e19a83679f
17 changed files with 138 additions and 104 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#pragma once
#include "util/helpers.hpp"
#include "widgets/basewidget.hpp"
#include "widgets/basewindow.hpp"
#include "widgets/notebook.hpp"
#include "widgets/titlebar.hpp"
@@ -35,7 +35,7 @@ struct WindowGeometry {
pajlada::Settings::Setting<int> height;
};
class Window : public BaseWidget
class Window : public BaseWindow
{
Q_OBJECT