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