forked from qt-creator/qt-creator
helpmanager: cleanup
Change-Id: I7bd885e9e64f8be99a040b14151cd8fba5249235 Reviewed-on: http://codereview.qt.nokia.com/4202 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user