diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-09 12:46:37 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-09 14:09:33 (GMT) |
commit | 445e8af844ef6f120a5e406271dbeabad34ed47a (patch) | |
tree | ca7e911e2814f7c0cbe0dd7b9a5f6d870bbecd8e /src/gui/painting/qbrush.cpp | |
parent | e07878a9bcccbf063650272329c0aca14290b8e3 (diff) | |
download | Qt-445e8af844ef6f120a5e406271dbeabad34ed47a.zip Qt-445e8af844ef6f120a5e406271dbeabad34ed47a.tar.gz Qt-445e8af844ef6f120a5e406271dbeabad34ed47a.tar.bz2 |
Fix warnings
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/painting/qbrush.cpp')
-rw-r--r-- | src/gui/painting/qbrush.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qbrush.cpp b/src/gui/painting/qbrush.cpp index 6f5d892..7273c35 100644 --- a/src/gui/painting/qbrush.cpp +++ b/src/gui/painting/qbrush.cpp @@ -970,7 +970,7 @@ bool QBrush::operator==(const QBrush &b) const QDebug operator<<(QDebug dbg, const QBrush &b) { #ifndef Q_BROKEN_DEBUG_STREAM - char *BRUSH_STYLES[] = { + static const char *BRUSH_STYLES[] = { "NoBrush", "SolidPattern", "Dense1Pattern", |