diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-09-24 14:19:04 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-09-24 14:19:04 +1000 |
| commit | 17509aa2d9573cc2283ea35148a8078d904454f3 (patch) | |
| tree | 8579ec152a272ce2b227a996681d6d8017c356e1 /plugin/src/Caelestia/Internal/circularindicatormanager.cpp | |
| parent | internal: add option for splitbutton menu pos (diff) | |
| download | caelestia-shell-17509aa2d9573cc2283ea35148a8078d904454f3.tar.gz caelestia-shell-17509aa2d9573cc2283ea35148a8078d904454f3.tar.bz2 caelestia-shell-17509aa2d9573cc2283ea35148a8078d904454f3.zip | |
plugin: sub namespace modules
Diffstat (limited to 'plugin/src/Caelestia/Internal/circularindicatormanager.cpp')
| -rw-r--r-- | plugin/src/Caelestia/Internal/circularindicatormanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Internal/circularindicatormanager.cpp b/plugin/src/Caelestia/Internal/circularindicatormanager.cpp index ac0c428..434b756 100644 --- a/plugin/src/Caelestia/Internal/circularindicatormanager.cpp +++ b/plugin/src/Caelestia/Internal/circularindicatormanager.cpp @@ -49,7 +49,7 @@ inline qreal getFractionInRange(qreal playtime, qreal start, qreal duration) { } // namespace -namespace caelestia { +namespace caelestia::internal { CircularIndicatorManager::CircularIndicatorManager(QObject* parent) : QObject(parent) @@ -208,4 +208,4 @@ void CircularIndicatorManager::updateAdvance(qreal progress) { emit endFractionChanged(); } -} // namespace caelestia +} // namespace caelestia::internal |