summaryrefslogtreecommitdiffstats
path: root/src/waveform
diff options
context:
space:
mode:
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;}