diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-01-15 12:31:20 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-01-15 12:31:20 +1100 |
| commit | 7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0 (patch) | |
| tree | 637b43848d17c9dbdc1688cb4733eb235f223e37 /src/ui/include/model_playback.hpp | |
| parent | 0e04eb918ec976017276306181282769d8896c83 (diff) | |
| download | tangara-fw-7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0.tar.gz | |
Begin migration of remaining screens to Lua
Diffstat (limited to 'src/ui/include/model_playback.hpp')
| -rw-r--r-- | src/ui/include/model_playback.hpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/ui/include/model_playback.hpp b/src/ui/include/model_playback.hpp deleted file mode 100644 index f932dcfd..00000000 --- a/src/ui/include/model_playback.hpp +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2023 jacqueline <me@jacqueline.id.au> - * - * SPDX-License-Identifier: GPL-3.0-only - */ - -#pragma once - -#include "bindey/property.h" - -#include "track.hpp" - -namespace ui { -namespace models { - -struct Playback { - bindey::property<bool> is_playing; - bindey::property<std::optional<database::TrackId>> current_track; - bindey::property<std::vector<database::TrackId>> upcoming_tracks; - - bindey::property<uint32_t> current_track_position; - bindey::property<uint32_t> current_track_duration; -}; - -} // namespace models -} // namespace ui
\ No newline at end of file |
