diff options
Diffstat (limited to 'src/widgets/main_widget.h')
-rw-r--r-- | src/widgets/main_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/main_widget.h b/src/widgets/main_widget.h index 7bb16804a..3ffc1214b 100644 --- a/src/widgets/main_widget.h +++ b/src/widgets/main_widget.h @@ -12,7 +12,7 @@ #ifndef WIDGETS_MAIN_WIDGET_H #define WIDGETS_MAIN_WIDGET_H -/** Widgets of the WC_MAIN_WINDOW. */ +/** Widgets of the #MainWindow class. */ enum MainWidgets { WID_M_VIEWPORT, ///< Main window viewport. }; |