summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-05 21:13:04 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-05 21:13:04 +0100
commit7d9ca91c2922ede0d21a856abf61c14d9ce7898a (patch)
tree8ef1d64e680c5e0e1f36e9f0170ea36ffb43956f /src/tikzit.h
parent6760247a5ca6143779699cbd5de5022e7477bd80 (diff)
preference dialog done (closes #50)
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index 6249b9e..4797f48 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -149,7 +149,11 @@ public slots:
void cleanupLatex();
private:
- // void createMenu();
+ /*!
+ * \brief initColors initialises a table of xcolor named colors and their associated
+ * QColor values, and adds them as standard colors to the Qt color dialog.
+ */
+ void initColors();
MainMenu *_mainMenu;
ToolPalette *_toolPalette;