src/colors.h

changeset 308
daa8770b9d26
parent 264
76a025db4948
--- a/src/colors.h	Wed Jun 29 16:19:05 2022 +0300
+++ b/src/colors.h	Wed Jun 29 16:21:44 2022 +0300
@@ -46,8 +46,11 @@
 };
 
 Q_DECLARE_METATYPE(ColorIndex)
-static constexpr ColorIndex MAIN_COLOR {16};
-static constexpr ColorIndex EDGE_COLOR {24};
+
+//! \brief LDraw main color (16)
+constexpr ColorIndex MAIN_COLOR{16};
+//! \brief LDraw edge color (24)
+constexpr ColorIndex EDGE_COLOR{24};
 
 /**
  * @brief Contains the information about a specific color

mercurial