Added getters

This commit is contained in:
Roberto Raggi
2009-11-24 12:39:34 +01:00
parent 8a73554d38
commit 6594f7a267
2 changed files with 4 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ public:
int selectionEnd() const;
CPPEditor *editor() const;
const Utils::ChangeSet &changeSet() const;
virtual void apply() = 0;