From 7f643121725540bc9f6e41142446cf09f317f0a1 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 22 Jul 2012 20:58:07 -0500 Subject: clarify comment 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 ) -- cgit v0.10.1