summaryrefslogtreecommitdiff
path: root/src/lib/corelib/parser/qmlerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/parser/qmlerror.h')
-rw-r--r--src/lib/corelib/parser/qmlerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/parser/qmlerror.h b/src/lib/corelib/parser/qmlerror.h
index cfac506bb..4f7bf8a07 100644
--- a/src/lib/corelib/parser/qmlerror.h
+++ b/src/lib/corelib/parser/qmlerror.h
@@ -40,7 +40,7 @@
#ifndef QQMLERROR_H
#define QQMLERROR_H
-
+#include <tools/pimpl.h>
#include <QtCore/qurl.h>
#include <QtCore/qstring.h>
@@ -73,7 +73,7 @@ public:
QString toString() const;
private:
- QmlErrorPrivate *d;
+ qbs::Internal::Pimpl<QmlErrorPrivate> d;
};
} // namespace QbsQmlJS