Add input dialog to the mixer channel LCD spin box (#7399)

Co-authored-by: saker <sakertooth@gmail.com>
This commit is contained in:
szeli1
2024-08-11 17:14:43 +02:00
committed by GitHub
parent d8e4d8c115
commit bda1a9c37e
2 changed files with 25 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ protected:
void contextMenuEvent(QContextMenuEvent* event) override;
private:
void enterValue();
TrackView * m_tv;
};