~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qmldesigner/designercore/include/rewriterview.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    void rewriterBeginTransaction() QTC_OVERRIDE;
152
152
    void rewriterEndTransaction() QTC_OVERRIDE;
153
153
 
154
 
    void actualStateChanged(const ModelNode &node) QTC_OVERRIDE;
 
154
    void currentStateChanged(const ModelNode &node) QTC_OVERRIDE;
155
155
 
156
156
 
157
157
    void importsChanged(const QList<Import> &addedImports, const QList<Import> &removedImports) QTC_OVERRIDE;