From 2a271df9d242febfc735acfe239cdd6a7cc1471c Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Tue, 16 Feb 2010 08:24:35 +1000 Subject: Compile fix for QStaticText - include declaration of QColor --- src/gui/text/qstatictext_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/text/qstatictext_p.h b/src/gui/text/qstatictext_p.h index d2afad6..388c684 100644 --- a/src/gui/text/qstatictext_p.h +++ b/src/gui/text/qstatictext_p.h @@ -54,6 +54,7 @@ // #include +#include QT_BEGIN_NAMESPACE -- cgit v0.12