Changeset 83950 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 23, 2020 2:40:55 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137504
- 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 288 288 VBOX_GUI_INC_DIRS = \ 289 289 ./src \ 290 ./src/cloud \290 ./src/cloud/profilemanager \ 291 291 ./src/converter \ 292 292 ./src/extensions \ … … 614 614 # 615 615 VirtualBox_QT_MOCHDRS = \ 616 src/cloud/ UICloudProfileDetailsWidget.h \617 src/cloud/ UICloudProfileManager.h \616 src/cloud/profilemanager/UICloudProfileDetailsWidget.h \ 617 src/cloud/profilemanager/UICloudProfileManager.h \ 618 618 src/globals/UIStarter.h \ 619 619 src/hostnetwork/UIHostNetworkDetailsWidget.h \ … … 1065 1065 VirtualBox_SOURCES = \ 1066 1066 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 \ 1069 1069 src/globals/UIStarter.cpp \ 1070 1070 src/hostnetwork/UIHostNetworkDetailsWidget.cpp \ -
trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileDetailsWidget.h
r83949 r83950 16 16 */ 17 17 18 #ifndef FEQT_INCLUDED_SRC_cloud_ UICloudProfileDetailsWidget_h19 #define FEQT_INCLUDED_SRC_cloud_ UICloudProfileDetailsWidget_h18 #ifndef FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileDetailsWidget_h 19 #define FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileDetailsWidget_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 211 211 212 212 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 16 16 */ 17 17 18 #ifndef FEQT_INCLUDED_SRC_cloud_ UICloudProfileManager_h19 #define FEQT_INCLUDED_SRC_cloud_ UICloudProfileManager_h18 #ifndef FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileManager_h 19 #define FEQT_INCLUDED_SRC_cloud_profilemanager_UICloudProfileManager_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 268 268 }; 269 269 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.