Skip to content
Snippets Groups Projects
Commit 16567649 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix build on windows

parent 89ef3355
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ QT_MODULE(Declarative) ...@@ -53,7 +53,7 @@ QT_MODULE(Declarative)
class QDebug; class QDebug;
class QmlErrorPrivate; class QmlErrorPrivate;
class Q_DECLARATIVE_EXPORT QmlError class QmlError
{ {
public: public:
QmlError(); QmlError();
...@@ -77,7 +77,7 @@ private: ...@@ -77,7 +77,7 @@ private:
QmlErrorPrivate *d; QmlErrorPrivate *d;
}; };
QDebug Q_DECLARATIVE_EXPORT operator<<(QDebug debug, const QmlError &error); QDebug operator<<(QDebug debug, const QmlError &error);
QT_END_NAMESPACE QT_END_NAMESPACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment