Fix some compilation warnings

This commit is contained in:
Jack Andersen
2019-04-06 18:59:49 -10:00
parent aeaba9366d
commit 1b10016369
6 changed files with 4 additions and 21 deletions

View File

@@ -1352,8 +1352,8 @@ MIDIPlayerWidget::~MIDIPlayerWidget() {
MIDIPlayerWidget::MIDIPlayerWidget(QModelIndex index, amuse::GroupId gid, amuse::SongId id, const QString& path,
QWidget* parent)
: QWidget(parent)
, m_button(this)
, m_playAction(tr("Play"))
, m_button(this)
, m_index(index)
, m_groupId(gid)
, m_songId(id)