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:
@@ -43,6 +43,7 @@ class SnippetsSettingsPagePrivate;
|
||||
class SnippetsSettingsPage : public TextEditorOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SnippetsSettingsPage(const QString &id, QObject *parent);
|
||||
virtual ~SnippetsSettingsPage();
|
||||
@@ -55,7 +56,7 @@ public:
|
||||
virtual void finish();
|
||||
|
||||
private:
|
||||
SnippetsSettingsPagePrivate *m_d;
|
||||
SnippetsSettingsPagePrivate *d;
|
||||
};
|
||||
|
||||
} // Internal
|
||||
|
||||
Reference in New Issue
Block a user