Skip to content

Commit

Permalink
Use = default instead of {}
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed Apr 23, 2023
1 parent 059cd98 commit 526595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recognizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ void SpeechToText::setState(SpeechToText::State s)
Q_EMIT stateChanged();
}

SpeechToText::~SpeechToText() {}
SpeechToText::~SpeechToText() = default;

0 comments on commit 526595a

Please sign in to comment.