summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-01 16:19:21 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-01 16:19:21 +0200
commite7a10091b64ddeb1d3e21e3f36abbf412021c815 (patch)
treefffe201f56a3c294cf34e4e11304317becca4504 /src/tikzit.h
parentf448114bc7eaa9b99780c108d5172f649c626a88 (diff)
fixed many warnings
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index 35b19de..525696d 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -115,7 +115,7 @@ public:
void open();
void open(QString fileName);
void quit();
- void init(QApplication *app);
+ void init();
// convenience functions for named colors
QColor colorByIndex(int i);
@@ -132,7 +132,7 @@ public:
QString styleFilePath() const;
public slots:
- void focusChanged(QWidget *old, QWidget *nw);
+ //void focusChanged(QWidget *old, QWidget *nw);
private:
// void createMenu();
@@ -140,11 +140,11 @@ private:
ToolPalette *_toolPalette;
PropertyPalette *_propertyPalette;
//StylePalette *_stylePalette;
- QVector<MainWindow*> _windows;
- MainWindow *_activeWindow;
TikzStyles *_styles;
QString _styleFile;
QString _styleFilePath;
+ QVector<MainWindow*> _windows;
+ MainWindow *_activeWindow;
StyleEditor *_styleEditor;
QStringList _colNames;
QVector<QColor> _cols;