Changeset 107002 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizardPage.cpp
- Timestamp:
- Nov 14, 2024 1:56:24 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 165939
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizardPage.cpp
r106061 r107002 27 27 28 28 /* GUI includes: */ 29 #include "UICommon.h" 29 30 #include "UINativeWizard.h" 30 31 #include "UINativeWizardPage.h" 31 32 #include "UITranslationEventListener.h" 32 33 33 UINativeWizardPage::UINativeWizardPage( )34 UINativeWizardPage::UINativeWizardPage(const QString strHelpKeyword /* = QString() */) 34 35 { 35 36 connect(&translationEventListener(), &UITranslationEventListener::sigRetranslateUI, 36 37 this, &UINativeWizardPage::sltRetranslateUI); 38 if (!strHelpKeyword.isEmpty()) 39 uiCommon().setHelpKeyword(this, strHelpKeyword); 37 40 } 38 41
Note:
See TracChangeset
for help on using the changeset viewer.