]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/lcolorcache.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / lcolorcache.h
index 1c68d116102ef1751f2e19c5e57f87b499bbacc3..376588ecdc4df41893c15c0f3b0c9e830f9eae1d 100644 (file)
 #include <QColor>
 
 
+namespace lyx {
+struct RGBColor;
+}
+
+
 // FIXME: use a fixed-size array not a map ?
 
 /**
@@ -43,4 +48,6 @@ private:
 /// singleton instance
 extern LColorCache lcolorcache;
 
+///
+QColor const rgb2qcolor(lyx::RGBColor const &);
 #endif // LCOLORCACHE_H