WIP: split laybasic into layui and layview to separate Qt and non-Qt part even more

This commit is contained in:
Matthias Koefferlein
2022-05-15 00:47:59 +02:00
parent b898af2aca
commit 332daf836e
305 changed files with 2079 additions and 1587 deletions
@@ -103,7 +103,7 @@ public:
// .. nothing yet ..
}
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutView *view) const
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutViewBase *view) const
{
return new DiffPlugin (root, view);
}