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:
@@ -73,6 +73,11 @@ protected slots:
|
||||
void showCustom();
|
||||
|
||||
|
||||
private:
|
||||
void updateTextDescription();
|
||||
void updateIcon();
|
||||
|
||||
|
||||
private:
|
||||
QPixmap m_tempoSyncIcon;
|
||||
QString m_tempoSyncDescription;
|
||||
|
||||
Reference in New Issue
Block a user