summaryrefslogtreecommitdiffstats
path: root/src/waveform
diff options
context:
space:
mode:
authorJosep Maria AntolĂ­n Segura <josepma@gmail.com>2020-04-18 17:27:48 +0200
committerGitHub <noreply@github.com>2020-04-18 17:27:48 +0200
commit597dccc8a071ccedb6f71eea5a9075e08836cb73 (patch)
tree11df628240535bcbca7218fb3f2903a47f02231b /src/waveform
parent3e3f9cbf64fe4a3f27a58e2e216a8a2815e8b222 (diff)
Improving comments
Co-Authored-By: Jan Holthuis <holthuis.jan@googlemail.com>
Diffstat (limited to 'src/waveform')
-rw-r--r--src/waveform/waveformwidgetfactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/waveform/waveformwidgetfactory.h b/src/waveform/waveformwidgetfactory.h
index cbb9958ed6..7dd4863a96 100644
--- a/src/waveform/waveformwidgetfactory.h
+++ b/src/waveform/waveformwidgetfactory.h
@@ -90,7 +90,8 @@ class WaveformWidgetFactory : public QObject, public Singleton<WaveformWidgetFac
/// Changes the widged type to that loaded from config and recreates them.
/// Used as a workaround on Windows due to a problem with GL and QT 5.14.2
bool setWidgetTypeFromConfig();
- /// Changes the widget type and recreates them. Used from the pref. dialog
+ /// Changes the widget type and recreates them. Used from the preferences
+ /// dialog.
bool setWidgetTypeFromHandle(int handleIndex, bool force = false);
WaveformWidgetType::Type getType() const { return m_type;}