VirtualBox

Changeset 83157 in vbox


Ignore:
Timestamp:
Feb 26, 2020 11:33:14 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Moving UICloudNetworkingStuff namespace to globals.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r83144 r83157  
    10621062        src/hostnetwork/UIHostNetworkManager.cpp \
    10631063        src/hostnetwork/UIHostNetworkUtils.cpp \
    1064         src/manager/UICloudNetworkingStuff.cpp \
    10651064        src/manager/UIErrorPane.cpp \
    10661065        src/manager/UITaskCloudAcquireInstances.cpp \
     
    13201319        src/globals/UIAnimationFramework.cpp \
    13211320        src/globals/UICloudMachine.cpp \
     1321        src/globals/UICloudNetworkingStuff.cpp \
    13221322        src/globals/UICommon.cpp \
    13231323        src/globals/UICustomFileSystemModel.cpp \
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UICloudNetworkingStuff.h

    r83156 r83157  
    1616 */
    1717
    18 #ifndef FEQT_INCLUDED_SRC_manager_UICloudNetworkingStuff_h
    19 #define FEQT_INCLUDED_SRC_manager_UICloudNetworkingStuff_h
     18#ifndef FEQT_INCLUDED_SRC_globals_UICloudNetworkingStuff_h
     19#define FEQT_INCLUDED_SRC_globals_UICloudNetworkingStuff_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    2424/* GUI includes: */
    2525#include "UICloudMachine.h"
     26#include "UILibraryDefs.h"
    2627
    2728/* COM includes: */
     
    3637      * @param  pWidget         Brings parent widget to show messages according to,
    3738      *                         if no parent set, progress will be executed in blocking way. */
    38     QList<UICloudMachine> listInstances(const CCloudClient &comCloudClient,
    39                                         QWidget *pParent = 0);
     39    SHARED_LIBRARY_STUFF QList<UICloudMachine> listInstances(const CCloudClient &comCloudClient,
     40                                                             QWidget *pParent = 0);
    4041
    4142    /** Acquires instance info as a map.
     
    4445      * @param  pWidget         Brings parent widget to show messages according to,
    4546      *                         if no parent set, progress will be executed in blocking way. */
    46     QMap<KVirtualSystemDescriptionType, QString> getInstanceInfo(const CCloudClient &comCloudClient,
    47                                                                  const QString &strId,
    48                                                                  QWidget *pParent = 0);
     47    SHARED_LIBRARY_STUFF QMap<KVirtualSystemDescriptionType, QString> getInstanceInfo(const CCloudClient &comCloudClient,
     48                                                                                      const QString &strId,
     49                                                                                      QWidget *pParent = 0);
    4950    /** Acquires instance info of certain @a enmType as a string.
    5051      * @param  comCloudClient  Brings cloud client object.
     
    5253      * @param  pWidget         Brings parent widget to show messages according to,
    5354      *                         if no parent set, progress will be executed in blocking way. */
    54     QString getInstanceInfo(KVirtualSystemDescriptionType enmType,
    55                             const CCloudClient &comCloudClient,
    56                             const QString &strId,
    57                             QWidget *pParent = 0);
     55    SHARED_LIBRARY_STUFF QString getInstanceInfo(KVirtualSystemDescriptionType enmType,
     56                                                 const CCloudClient &comCloudClient,
     57                                                 const QString &strId,
     58                                                 QWidget *pParent = 0);
    5859}
    5960
     
    6162using namespace UICloudNetworkingStuff;
    6263
    63 #endif /* !FEQT_INCLUDED_SRC_manager_UICloudNetworkingStuff_h */
     64#endif /* !FEQT_INCLUDED_SRC_globals_UICloudNetworkingStuff_h */
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