diff options
author | Treeki <treeki@gmail.com> | 2012-08-15 16:25:15 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-15 16:25:15 +0200 |
commit | 247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9 (patch) | |
tree | 63a8c844f4c4c490cb9a53137352d3a19a74884a /LayoutStudio.pro | |
parent | b3e58ec4a57f1cefe34438943b963f86dbf40b72 (diff) | |
download | LayoutStudio-247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9.tar.gz LayoutStudio-247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9.zip |
the beginnings of a very, very unfinished pane editor
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 2a27df3..66a8567 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -38,7 +38,8 @@ SOURCES += main.cpp \ wii/texpalette.cpp \ lspackagemodel.cpp \ lslayoutwindow.cpp \ - lsscenemodel.cpp + lsscenemodel.cpp \ + lspaneeditor.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -75,7 +76,8 @@ HEADERS += lsmainwindow.h \ wii/gx.h \ lspackagemodel.h \ lslayoutwindow.h \ - lsscenemodel.h + lsscenemodel.h \ + lspaneeditor.h FORMS += RESOURCES += resources.qrc |