~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/libs/qmljs/parser/qmlerror.h

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
QT_BEGIN_NAMESPACE
39
39
 
40
 
 
41
40
class QDebug;
42
41
class QmlErrorPrivate;
43
42
class QmlError
58
57
    void setLine(int);
59
58
    int column() const;
60
59
    void setColumn(int);
 
60
    QObject *object() const;
 
61
    void setObject(QObject *);
61
62
 
62
63
    QString toString() const;
63
64
private: