Skip to content

Commit

Permalink
fixed unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Dec 30, 2020
1 parent 06b29b3 commit 3024d68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ AudioStreamProperties::AudioStreamProperties(AudioStream *stream) :

void AudioStreamProperties::Accept(QUndoCommand*)
{
Q_UNUSED(stream_)
}

}

0 comments on commit 3024d68

Please sign in to comment.