forked from qt-creator/qt-creator
more style
Change-Id: Iecd6819a5376beced5413f134d3026fb889a13b1 Reviewed-on: http://codereview.qt-project.org/5115 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -35,16 +35,14 @@
|
||||
|
||||
#include "iassistproposalwidget.h"
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
class GenericProposalWidgetPrivate;
|
||||
|
||||
class GenericProposalWidget : public IAssistProposalWidget
|
||||
{
|
||||
friend class GenericProposalWidgetPrivate;
|
||||
Q_OBJECT
|
||||
friend class GenericProposalWidgetPrivate;
|
||||
|
||||
public:
|
||||
GenericProposalWidget();
|
||||
@@ -72,7 +70,7 @@ protected:
|
||||
virtual bool eventFilter(QObject *o, QEvent *e);
|
||||
|
||||
private:
|
||||
QScopedPointer<GenericProposalWidgetPrivate> m_d;
|
||||
GenericProposalWidgetPrivate *d;
|
||||
};
|
||||
|
||||
} // TextEditor
|
||||
|
||||
Reference in New Issue
Block a user