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:
@@ -107,7 +107,7 @@ SipInfo::isVisible() const
|
|||||||
{
|
{
|
||||||
Q_ASSERT( isValid() );
|
Q_ASSERT( isValid() );
|
||||||
|
|
||||||
d->visible.toBool();
|
return d->visible.toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user