Change variable name

This commit is contained in:
Jonas Kvinge
2020-04-08 22:32:01 +02:00
parent e3da0d6c9f
commit 78df0ed707
2 changed files with 6 additions and 8 deletions

View File

@@ -122,12 +122,10 @@ class ContextView : public QWidget {
QWidget *widget_play_;
QVBoxLayout *layout_stop_;
QVBoxLayout *layout_play_;
QLabel *label_stop_summary_;
QSpacerItem *spacer_stop_bottom_;
QWidget *widget_play_data_;
QWidget *widget_play_engine_device_;
QWidget *widget_play_output_;
QGridLayout *layout_play_data_;
QGridLayout *layout_play_output_;
QLabel *label_play_albums_;