Silence warnings in subsurfacewebservices.h
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4e13322fa0
commit
de572815bd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user