This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree 6 files changed +6
-7
lines changed 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ SET( SRC_FILES
31
31
MacGitver/Modules.cpp
32
32
MacGitver/GitPatchConsumer.cpp
33
33
34
- RepoMan/AutoRefresher.cpp
34
+ RepoMan/Private / AutoRefresher.cpp
35
35
RepoMan/Events.cpp
36
36
37
37
RepoMan/Frontend/Base.cpp
@@ -126,8 +126,7 @@ SET( PRI_HDR_FILES
126
126
Config/Ui/ConfigDialog.hpp
127
127
Config/Ui/GeneralConfigPage.hpp
128
128
129
- RepoMan/AutoRefresher.hpp
130
-
129
+ RepoMan/Private /AutoRefresher.hpp
131
130
RepoMan/Private /Dumper.hpp
132
131
133
132
RepoMan/Data/BaseData.hpp
@@ -176,7 +175,7 @@ SET(RCC_FILES
176
175
SET ( HDR_FILES ${PRI_HDR_FILES} ${PUB_HDR_FILES} )
177
176
178
177
SET (CCFG_FILES
179
- RepoMan/AutoRefresherCfg.ccfg
178
+ RepoMan/Private / AutoRefresherCfg.ccfg
180
179
)
181
180
182
181
CFGCOMP(CFG_FILES ${CCFG_FILES} )
Original file line number Diff line number Diff line change 19
19
20
20
#include " libMacGitverCore/RepoMan/Config/RepoManConfigPage.hpp"
21
21
#include " libMacGitverCore/RepoMan/Data/RepoManData.hpp"
22
- #include " libMacGitverCore/RepoMan/AutoRefresher.hpp"
22
+ #include " libMacGitverCore/RepoMan/Private/ AutoRefresher.hpp"
23
23
#include " libMacGitverCore/RepoMan/RepoMan.hpp"
24
24
25
25
#include " libMacGitverCore/App/MacGitver.hpp"
Original file line number Diff line number Diff line change 23
23
#include " libMacGitverCore/RepoMan/Data/BaseData.hpp"
24
24
25
25
#include " libMacGitverCore/RepoMan/RepoMan.hpp"
26
- #include " libMacGitverCore/RepoMan/AutoRefresher.hpp"
26
+ #include " libMacGitverCore/RepoMan/Private/ AutoRefresher.hpp"
27
27
28
28
#include " hic_RepoManActions.h"
29
29
Original file line number Diff line number Diff line change 21
21
22
22
#include " libMacGitverCore/App/MacGitver.hpp"
23
23
24
- #include " libMacGitverCore/RepoMan/AutoRefresher.hpp"
24
+ #include " libMacGitverCore/RepoMan/Private/ AutoRefresher.hpp"
25
25
#include " libMacGitverCore/RepoMan/RepoMan.hpp"
26
26
27
27
#include " AutoRefresherCfg.hpp"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments