-rw-r--r-- | library/resource.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/resource.cpp b/library/resource.cpp index 0db2a75..bdcd603 100644 --- a/library/resource.cpp +++ b/library/resource.cpp @@ -28,7 +28,13 @@ #include <qpixmapcache.h> #include <qpainter.h> +// this namespace is just a workaround for a gcc bug +// gcc exports inline functions in the generated file +// inlinepics_p.h + +namespace { #include "inlinepics_p.h" +} /*! \class Resource resource.h |