(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#define WIDGETS_MAIN_WIDGET_H
|
||||
|
||||
/** Widgets of the WC_MAIN_WINDOW. */
|
||||
enum MainWindowWidgets {
|
||||
MW_VIEWPORT, ///< Main window viewport.
|
||||
enum MainWidgets {
|
||||
WID_M_VIEWPORT, ///< Main window viewport.
|
||||
};
|
||||
|
||||
#endif /* WIDGETS_MAIN_WIDGET_H */
|
||||
|
Reference in New Issue
Block a user