From de572815bd39a0cb7879cec4835378f762c65558 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 9 Mar 2016 20:11:39 -0800 Subject: [PATCH] Silence warnings in subsurfacewebservices.h Signed-off-by: Dirk Hohndel --- desktop-widgets/subsurfacewebservices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-widgets/subsurfacewebservices.h b/desktop-widgets/subsurfacewebservices.h index c00b6f63f..f7d15d0fd 100644 --- a/desktop-widgets/subsurfacewebservices.h +++ b/desktop-widgets/subsurfacewebservices.h @@ -106,7 +106,7 @@ slots: // need to declare them as no ops or Qt4 is unhappy virtual void startDownload() { } virtual void startUpload() { } - virtual void buttonClicked(QAbstractButton *button) { } + virtual void buttonClicked(QAbstractButton *button) { Q_UNUSED(button) } }; #ifdef __cplusplus