summaryrefslogtreecommitdiff
path: root/core/obex/obexsend.cpp
Unidiff
Diffstat (limited to 'core/obex/obexsend.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obexsend.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/obex/obexsend.cpp b/core/obex/obexsend.cpp
index d58b4e9..a401a40 100644
--- a/core/obex/obexsend.cpp
+++ b/core/obex/obexsend.cpp
@@ -178,14 +178,10 @@ void SendWidget::slotIrError( int ) {
178 irdaStatus->setText(tr("error :(")); 178 irdaStatus->setText(tr("error :("));
179} 179}
180void SendWidget::slotIrSent( bool b) { 180void SendWidget::slotIrSent( bool b) {
181#ifdef BLUETOOTH
182 QString text = b ? tr("Sent") : tr("Failure"); 181 QString text = b ? tr("Sent") : tr("Failure");
183 setReceiverStatus( m_irDaIt.key(), text ); 182 setReceiverStatus( m_irDaIt.key(), text );
184 ++m_irDaIt; 183 ++m_irDaIt;
185 slotStartIrda(); 184 slotStartIrda();
186#else
187 (void)b;
188#endif
189} 185}
190void SendWidget::slotIrTry(unsigned int trI) { 186void SendWidget::slotIrTry(unsigned int trI) {
191 setReceiverStatus(m_irDaIt.key(), tr("Try %1").arg( QString::number( trI ) )); 187 setReceiverStatus(m_irDaIt.key(), tr("Try %1").arg( QString::number( trI ) ));