Changeset 89945 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 29, 2021 9:03:39 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145403
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/extensions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r89933 r89945 31 31 #include "QIMessageBox.h" 32 32 #include "QIRichTextLabel.h" 33 #include "UICommon.h" 33 34 #include "UIIconPool.h" 34 35 … … 45 46 , m_strMessage(strMessage) 46 47 , m_pLabelText(0) 47 , m_strHelpKeyword(strHelpKeyword)48 48 , m_pFlagCheckBox(0) 49 49 , m_pDetailsContainer(0) … … 58 58 , m_fDone(false) 59 59 { 60 if (!strHelpKeyword.isEmpty()) 61 uiCommon().setHelpKeyword(this, strHelpKeyword); 60 62 /* Prepare: */ 61 63 prepare(); -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h
r89933 r89945 172 172 /** Holds the message-label instance. */ 173 173 QIRichTextLabel *m_pLabelText; 174 175 /** Holds the help keyword. */176 QString m_strHelpKeyword;177 174 178 175 /** Holds the flag check-box instance. */
Note:
See TracChangeset
for help on using the changeset viewer.