Changeset 93936 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h
- Timestamp:
- Feb 24, 2022 4:50:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h
r93115 r93936 26 26 27 27 /* Forward declarations: */ 28 class QLabel;29 28 class UIAutoCaptureKeyboardEditor; 30 29 class UIShortcutConfigurationEditor; … … 87 86 /** Holds the 'shortcut configuration' editor instance. */ 88 87 UIShortcutConfigurationEditor *m_pEditorShortcutConfiguration; 89 /** Holds the input extended label instance. */90 QLabel *m_pLabelInputExtended;91 88 /** Holds the 'auto capture keyboard' editor instance. */ 92 89 UIAutoCaptureKeyboardEditor *m_pEditorAutoCaptureKeyboard;
Note:
See TracChangeset
for help on using the changeset viewer.