1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

Add missing return, compiled here fine :\

This commit is contained in:
Dominik Schmidt
2011-05-09 11:27:08 +02:00
parent 2e69f91671
commit 06f33c5d81

View File

@@ -107,7 +107,7 @@ SipInfo::isVisible() const
{ {
Q_ASSERT( isValid() ); Q_ASSERT( isValid() );
d->visible.toBool(); return d->visible.toBool();
} }
void void