tests: Port more tests to QtQuick

This commit is contained in:
Sergio Martins
2020-10-24 11:43:58 +01:00
parent 420ac9044e
commit c4cc6b3e6e
5 changed files with 529 additions and 506 deletions

View File

@@ -28,6 +28,8 @@
#include <QVector>
#include <QMargins>
class TestCommon;
namespace KDDockWidgets {
class DockWidgetBase;
@@ -180,6 +182,7 @@ private:
class Private;
Private *const d;
friend class ::TestCommon;
friend class LayoutSaver;
bool deserialize(const LayoutSaver::MainWindow &);
LayoutSaver::MainWindow serialize() const;