- Timestamp:
- Jul 30, 2021 1:15:58 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h
r90375 r90425 342 342 * @{ */ 343 343 /** Handles cloud machine removal. 344 * @param strProviderShortName Bri gns the provider short name.344 * @param strProviderShortName Brings the provider short name. 345 345 * @param strProfileName Brings the profile name. 346 346 * @param strName Brings the machine name. */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h
r88552 r90425 269 269 /** Notifies listeners about all animations finished. 270 270 * @param enmType Brings the type of element item which was animated. 271 * @param fToggled Bri gns whether elements being toggled to be closed or opened. */271 * @param fToggled Brings whether elements being toggled to be closed or opened. */ 272 272 void sigAllAnimationFinished(DetailsElementType enmType, bool fToggled); 273 273 … … 276 276 /** Constructors details element animation callback passing @a pParent to the base-class. 277 277 * @param enmType Brings the type of element item which was animated. 278 * @param fToggled Bri gns whether elements being toggled to be closed or opened. */278 * @param fToggled Brings whether elements being toggled to be closed or opened. */ 279 279 UIDetailsElementAnimationCallback(QObject *pParent, DetailsElementType enmType, bool fToggled); 280 280 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h
r89170 r90425 58 58 void clearSet(); 59 59 /** Builds set based on passed @a pMachineItem. 60 * @param fFullSet Bri gns whether full set should be built.60 * @param fFullSet Brings whether full set should be built. 61 61 * @param settings Brings details related settings. */ 62 62 void buildSet(UIVirtualMachineItem *pMachineItem, bool fFullSet, const QMap<DetailsElementType, bool> &settings); -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp
r90326 r90425 32 32 #include "UIDesktopWidgetWatchdog.h" 33 33 #include "UIExtraDataManager.h" 34 #include "UIFDCreationDialog.h"35 34 #include "UIMediumSearchWidget.h" 36 35 #include "UIMediumSelector.h" -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.h
r90423 r90425 441 441 442 442 /** Notifies listeners about cloud @a comMachine was added. 443 * @param strProviderShortName Bri gns the short provider name.443 * @param strProviderShortName Brings the short provider name. 444 444 * @param strProfileName Brings the profile name. */ 445 445 void sigCloudMachineAdded(const QString &strProviderShortName, … … 497 497 498 498 /** Notifies listeners about cloud @a comMachine was created. 499 * @param strProviderShortName Bri gns the short provider name.499 * @param strProviderShortName Brings the short provider name. 500 500 * @param strProfileName Brings the profile name. */ 501 501 void sigCloudMachineCreated(const QString &strProviderShortName, … … 555 555 556 556 /** Notifies listeners about cloud machine was removed. 557 * @param strProviderShortName Bri gns the short provider name.557 * @param strProviderShortName Brings the short provider name. 558 558 * @param strProfileName Brings the profile name. 559 559 * @param strName Brings the machine name. */ … … 820 820 821 821 /** Notifies listeners about extension pack installed. 822 * @param strExtensionPackName Bri gns extension pack name. */822 * @param strExtensionPackName Brings extension pack name. */ 823 823 void sigExtensionPackInstalled(const QString &strExtensionPackName); 824 824 … … 869 869 870 870 /** Notifies listeners about extension pack uninstalled. 871 * @param strExtensionPackName Bri gns extension pack name. */871 * @param strExtensionPackName Brings extension pack name. */ 872 872 void sigExtensionPackUninstalled(const QString &strExtensionPackName); 873 873 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r85327 r90425 561 561 /** Callback function for consuming queued events. 562 562 * @param pvTarget Brings the queue? 563 * @param rcIn Bri gns what?563 * @param rcIn Brings what? 564 564 * @param pvRefcon Brings the pointer to the keyboard cache entry. 565 565 * @param pvSender Brings what? */
Note:
See TracChangeset
for help on using the changeset viewer.