aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/changeset.h
diff options
context:
space:
mode:
authorChristian Kamm <[email protected]>2011-08-10 09:50:04 +0200
committerChristian Kamm <[email protected]>2011-08-16 11:13:12 +0200
commit8f14bc0ea23495dfb1dae7aea1910e470281ee26 (patch)
tree9e0580da96ff5010d4c4b17c1ab67a709c917a31 /src/libs/utils/changeset.h
parent13c8f9eaaae4adf7d4dc92cc6cb1f0d5cd3995b0 (diff)
C++: Synchronize function decl/def refactoring.
When editing a function declaration or definition the code model may realize the same changes have to be applied somewhere else. A refactoring marker will pop up that can be clicked to perform the changes. Alternatively, press enter to apply. Change-Id: I2299a2ecfb6a8f87d4853fc7cfa99486f890a1d3 Reviewed-on: http://codereview.qt.nokia.com/2909 Reviewed-by: Leandro T. C. Melo <[email protected]>
Diffstat (limited to 'src/libs/utils/changeset.h')
-rw-r--r--src/libs/utils/changeset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/changeset.h b/src/libs/utils/changeset.h
index 5b26c703b21..d184f379ebc 100644
--- a/src/libs/utils/changeset.h
+++ b/src/libs/utils/changeset.h
@@ -81,6 +81,7 @@ public:
public:
ChangeSet();
+ ChangeSet(const QList<EditOp> &operations);
bool isEmpty() const;