summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
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;