summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/quickfix.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-07-28 17:33:21 +0200
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-07-28 17:34:00 +0200
commit6bbc732a2911e6f4093bb88ae3132a9d4a33ba43 (patch)
treeb492c9c56c2e8cf3a93f1ffeb7751da35141bffd /src/plugins/texteditor/quickfix.cpp
parent28be7bc4b49b4afda96fdf16c8a0edeaea991a1d (diff)
downloadqt-creator-6bbc732a2911e6f4093bb88ae3132a9d4a33ba43.tar.gz
Sprinkled a bit of doxymentation over various classes.
Diffstat (limited to 'src/plugins/texteditor/quickfix.cpp')
-rw-r--r--src/plugins/texteditor/quickfix.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/texteditor/quickfix.cpp b/src/plugins/texteditor/quickfix.cpp
index 415c0119ab..a9d18f141c 100644
--- a/src/plugins/texteditor/quickfix.cpp
+++ b/src/plugins/texteditor/quickfix.cpp
@@ -59,11 +59,6 @@ QTextCursor QuickFixState::textCursor() const
return _textCursor;
}
-void QuickFixState::setCursor(const QTextCursor &cursor)
-{
- _textCursor = cursor;
-}
-
int QuickFixState::selectionStart() const
{
return _textCursor.selectionStart();