mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user