diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-03-08 08:07:56 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-03-08 08:07:56 +0000 |
| commit | 243abde41ba8cff3173013005a16098f524d2429 (patch) | |
| tree | 3b292dab0dcf678df00c231f0432c74d999e46b7 /example/example_3_ibbTransferSource/ibbClient.cpp | |
| parent | ed735b72886cab4079a7cbebf3b0eeba71087318 (diff) | |
| download | qxmpp-243abde41ba8cff3173013005a16098f524d2429.tar.gz | |
suppress unused variable warning
Diffstat (limited to 'example/example_3_ibbTransferSource/ibbClient.cpp')
| -rw-r--r-- | example/example_3_ibbTransferSource/ibbClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/example_3_ibbTransferSource/ibbClient.cpp b/example/example_3_ibbTransferSource/ibbClient.cpp index 9336d273..67f5681b 100644 --- a/example/example_3_ibbTransferSource/ibbClient.cpp +++ b/example/example_3_ibbTransferSource/ibbClient.cpp @@ -36,6 +36,7 @@ ibbClient::ibbClient(QObject *parent) bool check = connect( this, SIGNAL(connected()),
this, SLOT(slotConnected()) );
Q_ASSERT(check);
+ Q_UNUSED(check);
}
void ibbClient::slotConnected()
|
