forward declaration & apidox fixing

svn path=/trunk/playground/graphics/okular/; revision=600104
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent 569e93b929
commit cdf6d44742
  1. 2
      core/utils.cpp
  2. 10
      core/utils.h

@ -9,6 +9,8 @@
#include "utils.h"
#include <QtCore/QRect>
#ifdef Q_WS_X11
#include <QX11Info>
#endif

@ -12,14 +12,16 @@
#include "okular_export.h"
#include <QtCore/QRect>
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:

Loading…
Cancel
Save