Moved MainWindowBase/MainWindow into controllers/view folder

This is just the move, not ported yet
This commit is contained in:
Sergio Martins
2022-03-25 10:21:07 +00:00
parent 90a9159748
commit 7e2f448ae1
27 changed files with 33 additions and 55 deletions

View File

@@ -17,7 +17,6 @@
namespace KDDockWidgets::Views {
/// @brief A View that doesn't own its QWidget
/// Implements a View API around an existing QWidget
/// Useful for widgets that are not created by KDDW.
@@ -30,4 +29,4 @@ private:
QWidget *const m_widget;
};
}
}