aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-04-26 08:28:48 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-04-26 06:30:21 +0000
commit8012dcc712e4dbbedb360a8e9ae1ccd844e1d24e (patch)
tree0ce157d60bbd4f9103bde337865733188b869e84 /ui/qt
parent81bad32f2ce6cfe05863b89a81752d449bd2d635 (diff)
Qt: Remove semicolon behind Q_UNUSED macro
Change-Id: Ief5f7bca5d110df8958307b58fc11bf740787dfd Reviewed-on: https://code.wireshark.org/review/21349 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 976c23aae0..500dee87e3 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -2492,7 +2492,7 @@ void MainWindow::setForCaptureInProgress(bool capture_in_progress, GArray *iface
}
}
#else
- Q_UNUSED(ifaces);
+ Q_UNUSED(ifaces)
#endif
}