From cdf6d44742759e499cbeb0974a5f712e30d0eb7a Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 29 Oct 2006 15:21:03 +0000 Subject: [PATCH] forward declaration & apidox fixing svn path=/trunk/playground/graphics/okular/; revision=600104 --- core/utils.cpp | 2 ++ core/utils.h | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/core/utils.cpp b/core/utils.cpp index 99b903e71..f88bd6080 100644 --- a/core/utils.cpp +++ b/core/utils.cpp @@ -9,6 +9,8 @@ #include "utils.h" +#include + #ifdef Q_WS_X11 #include #endif diff --git a/core/utils.h b/core/utils.h index dd94f3b52..401bb32a5 100644 --- a/core/utils.h +++ b/core/utils.h @@ -12,14 +12,16 @@ #include "okular_export.h" -#include +class QRect; -/** - * Namespace with utility functions - */ namespace Okular { +/** + * @short General utility functions. + * + * This class contains some static functions of general utility. + */ class OKULAR_EXPORT Utils { public: