summaryrefslogtreecommitdiff
path: root/tikzit/src/tikzit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/tikzit.h')
-rw-r--r--tikzit/src/tikzit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/tikzit.h b/tikzit/src/tikzit.h
index bf4f7f1..deb683e 100644
--- a/tikzit/src/tikzit.h
+++ b/tikzit/src/tikzit.h
@@ -43,7 +43,7 @@ public:
MainWindow *activeWindow() const;
void setActiveWindow(MainWindow *activeWindow);
void removeWindow(MainWindow *w);
- NodeStyle nodeStyle(QString name);
+ NodeStyle *nodeStyle(QString name);
static QFont LABEL_FONT;
// Ui::MainMenu *_mainMenuUi;
@@ -61,7 +61,7 @@ private:
PropertyPalette *_propertyPalette;
QVector<MainWindow*> _windows;
MainWindow *_activeWindow;
- QVector<NodeStyle> _nodeStyles;
+ QVector<NodeStyle*> _nodeStyles;
};