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,8 +35,6 @@
|
||||
|
||||
#include "iassistproposalwidget.h"
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
struct FunctionHintProposalWidgetPrivate;
|
||||
@@ -75,7 +73,7 @@ private:
|
||||
void abort();
|
||||
|
||||
private:
|
||||
QScopedPointer<FunctionHintProposalWidgetPrivate> m_d;
|
||||
FunctionHintProposalWidgetPrivate *d;
|
||||
};
|
||||
|
||||
} // TextEditor
|
||||
|
||||
Reference in New Issue
Block a user