Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6594f7a2
Commit
6594f7a2
authored
Nov 24, 2009
by
Roberto Raggi
Browse files
Added getters
parent
8a73554d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppquickfix.cpp
View file @
6594f7a2
...
...
@@ -616,6 +616,9 @@ QuickFixOperation::~QuickFixOperation()
CPPEditor
*
QuickFixOperation
::
editor
()
const
{
return
_editor
;
}
const
Utils
::
ChangeSet
&
QuickFixOperation
::
changeSet
()
const
{
return
_changeSet
;
}
QTextCursor
QuickFixOperation
::
textCursor
()
const
{
return
_textCursor
;
}
...
...
src/plugins/cppeditor/cppquickfix.h
View file @
6594f7a2
...
...
@@ -75,6 +75,7 @@ public:
int
selectionEnd
()
const
;
CPPEditor
*
editor
()
const
;
const
Utils
::
ChangeSet
&
changeSet
()
const
;
virtual
void
apply
()
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment