summaryrefslogtreecommitdiff
path: root/lslayoutwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'lslayoutwindow.h')
-rw-r--r--lslayoutwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lslayoutwindow.h b/lslayoutwindow.h
index 7375a7f..07e1b76 100644
--- a/lslayoutwindow.h
+++ b/lslayoutwindow.h
@@ -11,6 +11,7 @@
#include <QListView>
#include "lyt/packagebase.h"
#include "lyt/layout.h"
+class LSPaneEditor;
class LGLWidget;
class LSLayoutWindow : public QMainWindow {
@@ -43,6 +44,8 @@ private:
QTreeView *m_sceneGraph;
QListView *m_sceneSearchList;
+ LSPaneEditor *m_paneEditor;
+
private slots:
void handleWidthChanged(double v);
void handleHeightChanged(double v);