Break down complex method

Break down the complex method `TempoSyncBarModelEditor::updateDescAndIcon` by delegating to the new methods `updateTextDescription` and `updateIcon`.
This commit is contained in:
Michael Gregorius
2023-09-08 10:56:06 +02:00
parent 33231009a0
commit b67c70862f
2 changed files with 88 additions and 77 deletions

View File

@@ -73,6 +73,11 @@ protected slots:
void showCustom();
private:
void updateTextDescription();
void updateIcon();
private:
QPixmap m_tempoSyncIcon;
QString m_tempoSyncDescription;