summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutoUicInterface/mywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutoUicInterface/mywidget.h')
-rw-r--r--Tests/QtAutoUicInterface/mywidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutoUicInterface/mywidget.h b/Tests/QtAutoUicInterface/mywidget.h
index c96fb98..fc49e80 100644
--- a/Tests/QtAutoUicInterface/mywidget.h
+++ b/Tests/QtAutoUicInterface/mywidget.h
@@ -15,7 +15,7 @@ class MyWidget : public QWidget
{
Q_OBJECT
public:
- explicit MyWidget(QWidget *parent = 0);
+ explicit MyWidget(QWidget* parent = 0);
private:
const std::auto_ptr<Ui::MyWidget> ui;