Move DropArea into controllers/

In preparation to split it into View/Controller.
This is just the move, no code changed yet.
Next will be the namespace change.
This commit is contained in:
Sergio Martins
2022-04-23 11:46:11 +01:00
parent 28754ec260
commit daa6afd14c
22 changed files with 36 additions and 38 deletions

View File

@@ -24,7 +24,7 @@
#include "private/MultiSplitter_p.h"
#include "private/MDILayoutWidget_p.h"
#include "MDIArea.h"
#include "private/DropArea_p.h"
#include "controllers/DropArea.h"
#include <QWindow>
#include <QDebug>