summaryrefslogtreecommitdiffstats
path: root/src/waveform
diff options
context:
space:
mode:
authorJosep Maria AntolĂ­n Segura <josepma@gmail.com>2020-04-18 17:27:40 +0200
committerGitHub <noreply@github.com>2020-04-18 17:27:40 +0200
commit3e3f9cbf64fe4a3f27a58e2e216a8a2815e8b222 (patch)
tree83f0406140dbfd5274f8b36bfbda1f9b24382138 /src/waveform
parent068643d8568bf389d74ddf0349687f71924230aa (diff)
Improving comments
Co-Authored-By: Jan Holthuis <holthuis.jan@googlemail.com>
Diffstat (limited to 'src/waveform')
-rw-r--r--src/waveform/waveformwidgetfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/waveform/waveformwidgetfactory.h b/src/waveform/waveformwidgetfactory.h
index 67c4e7fd19..cbb9958ed6 100644
--- a/src/waveform/waveformwidgetfactory.h
+++ b/src/waveform/waveformwidgetfactory.h
@@ -64,9 +64,9 @@ class WaveformWidgetFactory : public QObject, public Singleton<WaveformWidgetFac
bool setConfig(UserSettingsPointer config);
- /// creates the waveform widget using the type set with setWidgetType
+ /// Creates the waveform widget using the type set with setWidgetType
/// and binds it to the viewer.
- /// deletes older widget and resets positions to config defaults
+ /// Deletes older widget and resets positions to config defaults.
bool setWaveformWidget(
WWaveformViewer* viewer,
const QDomElement &node,