aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}