diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 20:11:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:50:26 -0800 |
commit | de572815bd39a0cb7879cec4835378f762c65558 (patch) | |
tree | 9b3b553c798534e76fb28e23fa6ae52d476a7880 /desktop-widgets/subsurfacewebservices.h | |
parent | 4e13322fa0cf7ef6dd4f320a9e08f22036f1840f (diff) | |
download | subsurface-de572815bd39a0cb7879cec4835378f762c65558.tar.gz |
Silence warnings in subsurfacewebservices.h
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/subsurfacewebservices.h')
-rw-r--r-- | desktop-widgets/subsurfacewebservices.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |