Rename MDILayoutWidget to MDILayout and move it to controllers/

Since it's not a view, remove the "Widget" suffix
This commit is contained in:
Sergio Martins
2022-05-15 16:24:57 +01:00
parent 5ba4e0ee9d
commit fa16020d61
20 changed files with 105 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
// #include "qtwidgets/views/TitleBar_qtquick.h"
#include "controllers/DropArea.h"
#include "private/MDILayoutWidget_p.h"
#include "controllers/MDILayout.h"
// #include "MDIArea.h"
#include <QDebug>