diff options
-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 ) |