diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-23 01:58:07 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-23 01:58:07 (GMT) |
commit | 7f643121725540bc9f6e41142446cf09f317f0a1 (patch) | |
tree | 07edd4e5cbf3396ae78c15a4c416dbaf79fabe34 /src/editor.cc | |
parent | 86b5fc02f59626df5e627e6cefac5be03c199385 (diff) |
clarify comment
Diffstat (limited to 'src/editor.cc')
-rw-r--r-- | src/editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.cc b/src/editor.cc index 5282677..bba8d4f 100644 --- a/src/editor.cc +++ b/src/editor.cc @@ -74,7 +74,7 @@ void Editor::uncommentSelection() void Editor::zoomIn() { - // See also QT's implementation of QEditor. + // See also QT's implementation in QEditor.cpp QSettings settings; QFont tmp_font = this->font() ; if ( font().pointSize() >= 1 ) |