mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Add missing return, compiled here fine :\
This commit is contained in:
@@ -107,7 +107,7 @@ SipInfo::isVisible() const
|
||||
{
|
||||
Q_ASSERT( isValid() );
|
||||
|
||||
d->visible.toBool();
|
||||
return d->visible.toBool();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user