2023-09-27 Fred Gleason <fredg@paravelsystems.com>

* Refactored the 'RDSoundPanel', 'RDPanelButton' and 'RDButtonPanel'
	classes to avoid races when changing the current Rivendell user.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-09-27 13:07:42 -04:00
parent 85984a33ca
commit 2f995c509b
7 changed files with 367 additions and 188 deletions

View File

@@ -70,6 +70,18 @@ void RDPanelButton::clear()
}
int RDPanelButton::row() const
{
return button_row;
}
int RDPanelButton::column() const
{
return button_col;
}
QString RDPanelButton::text() const
{
return button_text;