Qt: Remove an unneeded semicolon.

This commit is contained in:
Gerald Combs 2021-02-04 16:32:45 -08:00 committed by Wireshark GitLab Utility
parent 9d5e9f2c29
commit f55813e518
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef struct {
bool muted;
channel_mode_audio_t channel;
} channel_mode_t;
Q_DECLARE_METATYPE(channel_mode_t);
Q_DECLARE_METATYPE(channel_mode_t)
#define AUDIO_MUTED true
#define AUDIO_UNMUTED false