Fix warning on GCC 4.6
This commit is contained in:
parent
5e343611bf
commit
265b174dc9
|
@ -51,6 +51,7 @@ void Closure::Connect(QObject* sender, const char* signal) {
|
|||
Q_ASSERT(success);
|
||||
success = connect(sender, SIGNAL(destroyed()), SLOT(Cleanup()));
|
||||
Q_ASSERT(success);
|
||||
Q_UNUSED(success);
|
||||
}
|
||||
|
||||
void Closure::Invoked() {
|
||||
|
|
Loading…
Reference in New Issue