aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/funnel_string_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-02 09:39:34 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-02 16:15:44 +0000
commit307443cbbcd1d19d15242fc2f782ba7d53afcf09 (patch)
tree71a018b135db27e126856f56b5c1ff52d8c6246a /ui/qt/funnel_string_dialog.h
parent1316fdf209af0ff5a881dc8ae1ad8ede6ef78bda (diff)
funnel_string_dialog(.h): fix extra ‘;’ [-Wpedantic]
Change-Id: Ia11bfa225327c1cd19da70878e69be60da073a79 Reviewed-on: https://code.wireshark.org/review/11489 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/funnel_string_dialog.h')
-rw-r--r--ui/qt/funnel_string_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/funnel_string_dialog.h b/ui/qt/funnel_string_dialog.h
index 847dc5b060..ab5538e71f 100644
--- a/ui/qt/funnel_string_dialog.h
+++ b/ui/qt/funnel_string_dialog.h
@@ -61,7 +61,7 @@ private:
class FunnelStringDialogHelper : public QObject
{
- Q_OBJECT;
+ Q_OBJECT
public slots:
void emitCloseDialogs();