This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ SET( SRC_FILES
3131 MacGitver/Modules.cpp
3232 MacGitver/GitPatchConsumer.cpp
3333
34- RepoMan/AutoRefresher.cpp
34+ RepoMan/Private / AutoRefresher.cpp
3535 RepoMan/Events.cpp
3636
3737 RepoMan/Frontend/Base.cpp
@@ -126,8 +126,7 @@ SET( PRI_HDR_FILES
126126 Config/Ui/ConfigDialog.hpp
127127 Config/Ui/GeneralConfigPage.hpp
128128
129- RepoMan/AutoRefresher.hpp
130-
129+ RepoMan/Private /AutoRefresher.hpp
131130 RepoMan/Private /Dumper.hpp
132131
133132 RepoMan/Data/BaseData.hpp
@@ -176,7 +175,7 @@ SET(RCC_FILES
176175SET ( HDR_FILES ${PRI_HDR_FILES} ${PUB_HDR_FILES} )
177176
178177SET (CCFG_FILES
179- RepoMan/AutoRefresherCfg.ccfg
178+ RepoMan/Private / AutoRefresherCfg.ccfg
180179)
181180
182181CFGCOMP(CFG_FILES ${CCFG_FILES} )
Original file line number Diff line number Diff line change 1919
2020#include " libMacGitverCore/RepoMan/Config/RepoManConfigPage.hpp"
2121#include " libMacGitverCore/RepoMan/Data/RepoManData.hpp"
22- #include " libMacGitverCore/RepoMan/AutoRefresher.hpp"
22+ #include " libMacGitverCore/RepoMan/Private/ AutoRefresher.hpp"
2323#include " libMacGitverCore/RepoMan/RepoMan.hpp"
2424
2525#include " libMacGitverCore/App/MacGitver.hpp"
Original file line number Diff line number Diff line change 2323#include " libMacGitverCore/RepoMan/Data/BaseData.hpp"
2424
2525#include " libMacGitverCore/RepoMan/RepoMan.hpp"
26- #include " libMacGitverCore/RepoMan/AutoRefresher.hpp"
26+ #include " libMacGitverCore/RepoMan/Private/ AutoRefresher.hpp"
2727
2828#include " hic_RepoManActions.h"
2929
Original file line number Diff line number Diff line change 2121
2222#include " libMacGitverCore/App/MacGitver.hpp"
2323
24- #include " libMacGitverCore/RepoMan/AutoRefresher.hpp"
24+ #include " libMacGitverCore/RepoMan/Private/ AutoRefresher.hpp"
2525#include " libMacGitverCore/RepoMan/RepoMan.hpp"
2626
2727#include " AutoRefresherCfg.hpp"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments