VirtualBox

Changeset 83950 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 23, 2020 2:40:55 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137504
Message:

FE/Qt: bugref:9653: Move cloud profile management stuff into subfolder; Parent folder will be extended with settings stuff.

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

Legend:

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

    r83853 r83950  
    288288VBOX_GUI_INC_DIRS = \
    289289        ./src \
    290         ./src/cloud \
     290        ./src/cloud/profilemanager \
    291291        ./src/converter \
    292292        ./src/extensions \
     
    614614#
    615615VirtualBox_QT_MOCHDRS = \
    616         src/cloud/UICloudProfileDetailsWidget.h \
    617         src/cloud/UICloudProfileManager.h \
     616        src/cloud/profilemanager/UICloudProfileDetailsWidget.h \
     617        src/cloud/profilemanager/UICloudProfileManager.h \
    618618        src/globals/UIStarter.h \
    619619        src/hostnetwork/UIHostNetworkDetailsWidget.h \
     
    10651065VirtualBox_SOURCES = \
    10661066        src/main.cpp \
    1067         src/cloud/UICloudProfileDetailsWidget.cpp \
    1068         src/cloud/UICloudProfileManager.cpp \
     1067        src/cloud/profilemanager/UICloudProfileDetailsWidget.cpp \
     1068        src/cloud/profilemanager/UICloudProfileManager.cpp \
    10691069        src/globals/UIStarter.cpp \
    10701070        src/hostnetwork/UIHostNetworkDetailsWidget.cpp \
  • trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileDetailsWidget.h

    r83949 r83950  
    1616 */
    1717
    18 #ifndef FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h
    19 #define FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h
     18#ifndef FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileDetailsWidget_h
     19#define FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileDetailsWidget_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    211211
    212212
    213 #endif /* !FEQT_INCLUDED_SRC_cloud_UICloudProfileDetailsWidget_h */
     213#endif /* !FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileDetailsWidget_h */
  • trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileManager.h

    r83949 r83950  
    1616 */
    1717
    18 #ifndef FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h
    19 #define FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h
     18#ifndef FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileManager_h
     19#define FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileManager_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    268268};
    269269
    270 #endif /* !FEQT_INCLUDED_SRC_cloud_UICloudProfileManager_h */
     270#endif /* !FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileManager_h */
Note: See TracChangeset for help on using the changeset viewer.

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