Changeset 99948 in vbox
- Timestamp:
- May 24, 2023 8:11:12 AM (18 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r99946 r99948 3957 3957 } 3958 3958 3959 UISoftKeyboard::~UISoftKeyboard()3960 {3961 }3962 3963 3959 void UISoftKeyboard::retranslateUi() 3964 3960 { -
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.h
r99946 r99948 71 71 UISoftKeyboard(QWidget *pParent, UIMachine *pMachine, 72 72 QWidget *pCenterWidget, QString strMachineName = QString()); 73 ~UISoftKeyboard();74 73 75 74 protected:
Note:
See TracChangeset
for help on using the changeset viewer.