VirtualBox

Changeset 92398 in vbox


Ignore:
Timestamp:
Nov 12, 2021 1:57:19 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10067: UIExtraDataDefs: Renaming e-data flag introduced in r146882 from GUI/KeepSuccessfullNotificationProgresses to GUI/NotificationCenter/KeepSuccessfullProgresses as there will be others under the same group.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/extradata
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp

    r91713 r92398  
    2828const char *UIExtraDataDefs::GUI_SuppressMessages = "GUI/SuppressMessages";
    2929const char *UIExtraDataDefs::GUI_InvertMessageOption = "GUI/InvertMessageOption";
    30 const char *UIExtraDataDefs::GUI_KeepSuccessfullNotificationProgresses = "GUI/KeepSuccessfullNotificationProgresses";
     30const char *UIExtraDataDefs::GUI_NotificationCenter_KeepSuccessfullProgresses = "GUI/NotificationCenter/KeepSuccessfullProgresses";
    3131#if !defined(VBOX_BLEEDING_EDGE) && !defined(DEBUG)
    3232const char *UIExtraDataDefs::GUI_PreventBetaWarning = "GUI/PreventBetaWarning";
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h

    r91717 r92398  
    5858        SHARED_LIBRARY_STUFF extern const char *GUI_InvertMessageOption;
    5959        /** Holds whether successfull notification-progresses should NOT close automatically. */
    60         SHARED_LIBRARY_STUFF extern const char *GUI_KeepSuccessfullNotificationProgresses;
     60        SHARED_LIBRARY_STUFF extern const char *GUI_NotificationCenter_KeepSuccessfullProgresses;
    6161#if !defined(VBOX_BLEEDING_EDGE) && !defined(DEBUG)
    6262        /** Holds version for which user wants to prevent BETA build warning. */
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp

    r92027 r92398  
    18951895           << QString()
    18961896           << GUI_RestrictedDialogs
    1897            << GUI_SuppressMessages << GUI_InvertMessageOption << GUI_KeepSuccessfullNotificationProgresses
     1897           << GUI_SuppressMessages << GUI_InvertMessageOption
     1898           << GUI_NotificationCenter_KeepSuccessfullProgresses
    18981899#ifdef VBOX_GUI_WITH_NETWORK_MANAGER
    18991900           << GUI_PreventApplicationUpdate << GUI_UpdateDate << GUI_UpdateCheckCount
     
    23422343{
    23432344    /* 'False' unless feature allowed: */
    2344     return isFeatureAllowed(GUI_KeepSuccessfullNotificationProgresses);
     2345    return isFeatureAllowed(GUI_NotificationCenter_KeepSuccessfullProgresses);
    23452346}
    23462347
     
    23482349{
    23492350    /* 'True' if feature allowed, null-string otherwise: */
    2350     setExtraDataString(GUI_KeepSuccessfullNotificationProgresses, toFeatureAllowed(fKeep));
     2351    setExtraDataString(GUI_NotificationCenter_KeepSuccessfullProgresses, toFeatureAllowed(fKeep));
    23512352}
    23522353
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette