- Timestamp:
- Mar 16, 2023 9:08:25 AM (21 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h
r98335 r98996 145 145 void sltCheckUSBAccesibility(); 146 146 147 /** H nadles singal about Chooser-pane index change. */147 /** Handles signal about Chooser-pane index change. */ 148 148 void sltHandleChooserPaneIndexChange(); 149 149 /** Handles signal about group saving progress change. */ … … 152 152 void sltHandleCloudUpdateProgressChange(); 153 153 154 /** Handles si ngal about Tool type change. */154 /** Handles signal about Tool type change. */ 155 155 void sltHandleToolTypeChange(); 156 156 -
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r98500 r98996 691 691 void colorsFromStringList(const QString &strColorThemeName, const QStringList &colorStringList); 692 692 693 /** Unlike modifier and ordinary keys we update the state of the Lock keys thru event si ngals we receieve693 /** Unlike modifier and ordinary keys we update the state of the Lock keys thru event signals we receieve 694 694 * from the guest OS. Parameter f???State is true if the corresponding key is locked. */ 695 695 void updateLockKeyStates(bool fCapsLockState, bool fNumLockState, bool fScrollLockState);
Note:
See TracChangeset
for help on using the changeset viewer.