Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 98ed36d

Browse files
committed
Make AutoRefresher internal
1 parent 8488634 commit 98ed36d

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

Libs/libMacGitverCore/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
176175
SET( HDR_FILES ${PRI_HDR_FILES} ${PUB_HDR_FILES} )
177176

178177
SET(CCFG_FILES
179-
RepoMan/AutoRefresherCfg.ccfg
178+
RepoMan/Private/AutoRefresherCfg.ccfg
180179
)
181180

182181
CFGCOMP(CFG_FILES ${CCFG_FILES})

Libs/libMacGitverCore/RepoMan/Config/RepoManConfigPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"

Libs/libMacGitverCore/RepoMan/Data/RepoManData.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

Libs/libMacGitverCore/RepoMan/AutoRefresher.cpp renamed to Libs/libMacGitverCore/RepoMan/Private/AutoRefresher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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"

0 commit comments

Comments
 (0)