helpmanager: cleanup

Change-Id: I7bd885e9e64f8be99a040b14151cd8fba5249235
Reviewed-on: http://codereview.qt.nokia.com/4202
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-02 19:05:12 +02:00
committed by hjk
parent 9fd44abcf1
commit 61a887a755
4 changed files with 21 additions and 29 deletions

View File

@@ -35,8 +35,6 @@
#include "core_global.h"
#include <QtCore/QScopedPointer>
#include <QtCore/QObject>
#include <QtCore/QStringList>
#include <QtCore/QVariant>
@@ -99,8 +97,7 @@ private slots:
private:
void verifyDocumenation();
QScopedPointer<HelpManagerPrivate> d;
HelpManagerPrivate *d;
};
} // Core