voip_calls_infO_model(.h): fix extra ‘;’ [-Wpedantic]

Change-Id: I2f131999cd0337d0d65d52f303c8ab9ca6bda39a
Reviewed-on: https://code.wireshark.org/review/20757
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Alexis La Goutte 2017-03-28 08:08:57 +02:00 committed by Peter Wu
parent aa998d7573
commit 172107521b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ private:
class VoipCallsInfoSortedModel : public QSortFilterProxyModel
{
Q_OBJECT;
Q_OBJECT
public:
VoipCallsInfoSortedModel(QObject *parent = 0);