summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlerror.h')
-rw-r--r--src/declarative/qml/qmlerror.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlerror.h b/src/declarative/qml/qmlerror.h
index 57d2f8f..c1a8720 100644
--- a/src/declarative/qml/qmlerror.h
+++ b/src/declarative/qml/qmlerror.h
@@ -69,6 +69,8 @@ public:
void setLine(int);
int column() const;
void setColumn(int);
+
+ QString toString() const;
private:
QmlErrorPrivate *d;
};