forked from qt-creator/qt-creator
classview: adjust to d-pointer style rules
Change-Id: Ie413a7336ef4bde5dcf1b43b6832167742608a83 Reviewed-on: http://codereview.qt.nokia.com/1296 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -33,18 +33,19 @@
|
||||
#ifndef CLASSVIEWNAVIGATIONWIDGET_H
|
||||
#define CLASSVIEWNAVIGATIONWIDGET_H
|
||||
|
||||
#include <QtGui/QWidget>
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QStandardItem>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QSharedPointer>
|
||||
#include <QtCore/QList>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QModelIndex)
|
||||
#include <QtGui/QStandardItem>
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
namespace ClassView {
|
||||
namespace Internal {
|
||||
|
||||
class NavigationWidgetPrivate;
|
||||
|
||||
/*!
|
||||
\class NavigationWidget
|
||||
\brief A widget for the class view tree
|
||||
@@ -141,7 +142,7 @@ protected:
|
||||
|
||||
private:
|
||||
//! Private class data pointer
|
||||
QScopedPointer<struct NavigationWidgetPrivate> d_ptr;
|
||||
NavigationWidgetPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user