resolve conflicts merge

This commit is contained in:
gullradriel 2025-11-07 21:36:41 +01:00 committed by GitHub
parent fd7637187a
commit 344aa0c741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 26 additions and 2 deletions

View file

@ -994,6 +994,10 @@ class Waveform : public Widget {
void set_paused(bool paused);
bool is_clickable() const;
bool is_paused() const;
void set_paused(bool paused);
bool is_clickable() const;
void paint(Painter& painter) override;
bool on_key(const KeyEvent key) override;
bool on_touch(const TouchEvent event) override;