mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Style fixes
This commit is contained in:
@@ -152,12 +152,14 @@ AudioOutput::setAutoDelete ( bool ad )
|
||||
m_autoDelete = ad;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioOutput::setCurrentSource( MediaStream stream )
|
||||
{
|
||||
setCurrentSource( new MediaStream(stream) );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioOutput::setCurrentSource( MediaStream* stream )
|
||||
{
|
||||
|
Reference in New Issue
Block a user