Silence warnings in subsurfacewebservices.h

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-09 20:11:39 -08:00
parent 4e13322fa0
commit de572815bd

View file

@ -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