aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.cpp
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-04-25 22:51:53 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-04-26 06:11:32 +0000
commit30d98d1ea9cdec7cfa04f960337e9c0dbaf4c574 (patch)
treedad2be67545be76521c675a6d92e2d58905198a0 /ui/qt/capture_interfaces_dialog.cpp
parent3b5cfa9a771b0a523855b72fe47e7bdf116550ca (diff)
Qt: Remove semicolon behind Q_UNUSED macro
Change-Id: I75ff975216da23447b94bc513671ac269c52b7dc Reviewed-on: https://code.wireshark.org/review/21342 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/capture_interfaces_dialog.cpp')
-rw-r--r--ui/qt/capture_interfaces_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_interfaces_dialog.cpp b/ui/qt/capture_interfaces_dialog.cpp
index 128f7f65ff..3148e4fccc 100644
--- a/ui/qt/capture_interfaces_dialog.cpp
+++ b/ui/qt/capture_interfaces_dialog.cpp
@@ -1356,7 +1356,7 @@ void InterfaceTreeDelegate::bufferSizeChanged(int value)
}
device->buffer = value;
#else
- Q_UNUSED(value);
+ Q_UNUSED(value)
#endif
}