Changeset 106001 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 10, 2024 11:15:32 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164747
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/extradata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r105887 r106001 60 60 /** @name Messaging 61 61 * @{ */ 62 /** Holds the list of sup ressed messages for the Message/Popup center frameworks. */62 /** Holds the list of suppressed messages for the Message/Popup center frameworks. */ 63 63 SHARED_LIBRARY_STUFF extern const char *GUI_SuppressMessages; 64 64 /** Holds the list of messages for the Message/Popup center frameworks with inverted check-box state. */ -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
r105363 r106001 199 199 /** @name Messaging 200 200 * @{ */ 201 /** Returns the list of sup ressed messages for the Message/Popup center frameworks. */201 /** Returns the list of suppressed messages for the Message/Popup center frameworks. */ 202 202 QStringList suppressedMessages(const QUuid &uID = GlobalID); 203 /** Defines the @a list of sup ressed messages for the Message/Popup center frameworks. */203 /** Defines the @a list of suppressed messages for the Message/Popup center frameworks. */ 204 204 void setSuppressedMessages(const QStringList &list); 205 205
Note:
See TracChangeset
for help on using the changeset viewer.