From ca0f9184d27ebd13ad5be0185c38a8e48ce35edb Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 4 Nov 2007 23:31:36 +0000 Subject: [PATCH] export correctly svn path=/trunk/KDE/kdegraphics/okular/; revision=732873 --- core/generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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