forked from qt-creator/qt-creator
ImageViewer: adjust to style guide
Change-Id: Id0f5a521199b9dc5b29fc3cb7b7bd82521bc00e6 Reviewed-on: http://codereview.qt.nokia.com/4130 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -40,8 +40,10 @@
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QAbstractButton)
|
||||
QT_FORWARD_DECLARE_CLASS(QAction)
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QAbstractButton;
|
||||
class QAction;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace ImageViewer {
|
||||
namespace Internal {
|
||||
@@ -95,7 +97,7 @@ private:
|
||||
bool updateButtonIconByTheme(QAbstractButton *button, const QString &name);
|
||||
|
||||
private:
|
||||
QScopedPointer<struct ImageViewerPrivate> d_ptr;
|
||||
QScopedPointer<struct ImageViewerPrivate> d;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user