summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-01 14:50:42 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-02-01 14:50:42 +0000
commit18d1e5290d8c3d046a25a973fdd7dd6bef148587 (patch)
tree608af5296291ab659a8c6092f6a559249e51c41f /src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
parent7117ff615de2523616049348c958d0ed0f88c889 (diff)
downloadVirtualBox-svn-18d1e5290d8c3d046a25a973fdd7dd6bef148587.tar.gz
Merging r155336 from gui4 branch: FE/Qt: Runtime UI: Move more keyboard stuff from UIMachineLogic to UIMachine.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98400 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h')
-rw-r--r--src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
index 9b97c297556..7f0a031b808 100644
--- a/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
+++ b/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
@@ -160,8 +160,6 @@ public:
virtual void updateDock();
#endif /* VBOX_WS_MAC */
- /** Returns whether VM should perform HID LEDs synchronization. */
- bool isHidLedsSyncEnabled() const { return m_fIsHidLedsSyncEnabled; }
/** An public interface to sltTypeHostKeyComboPressRelease. */
void typeHostKeyComboPressRelease(bool fToggleSequence);
@@ -361,7 +359,6 @@ private slots:
#endif /* RT_OS_DARWIN */
/* Handlers: Keyboard LEDs sync logic: */
- void sltHidLedsSyncStateChanged(bool fEnabled);
void sltSwitchKeyboardLedsToGuestLeds();
void sltSwitchKeyboardLedsToPreviousLeds();
@@ -456,9 +453,6 @@ private:
void *m_pHostLedsState;
- /** Holds whether VM should perform HID LEDs synchronization. */
- bool m_fIsHidLedsSyncEnabled;
-
/** Holds the map of settings dialogs. */
QMap<UISettingsDialog::DialogType, UISettingsDialog*> m_settings;