1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01: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() );
d->visible.toBool();
return d->visible.toBool();
}
void