diff --git a/core/generator.h b/core/generator.h index b020ac287..4890002df 100644 --- a/core/generator.h +++ b/core/generator.h @@ -562,7 +562,7 @@ class OKULAR_EXPORT PixmapRequest } #ifndef QT_NO_DEBUG_STREAM -QDebug operator<<( QDebug str, const Okular::PixmapRequest &req ); +OKULAR_EXPORT QDebug operator<<( QDebug str, const Okular::PixmapRequest &req ); #endif #endif