summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-26 22:34:15 +0900
committerAleks Kissinger <aleks0@gmail.com>2018-01-26 22:34:15 +0900
commit768e097abd17d07dd2748894b4dc1b09471dd6da (patch)
treec0b5a8774293d21ddace2c8afee8152bdd3a386c /src/tikzit.h
parentd163561b49accb90dd9eb9028d9aa7c05266a539 (diff)
started implementing project loader
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index dc47a27..a241a78 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -36,6 +36,7 @@
#include "toolpalette.h"
#include "propertypalette.h"
+#include "stylepalette.h"
#include "nodestyle.h"
#include <QObject>
@@ -83,6 +84,7 @@ private:
MainMenu *_mainMenu;
ToolPalette *_toolPalette;
PropertyPalette *_propertyPalette;
+ StylePalette *_stylePalette;
QVector<MainWindow*> _windows;
MainWindow *_activeWindow;
QVector<NodeStyle*> _nodeStyles;