mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-15 05:22:35 +02:00
Style fixes
This commit is contained in:
parent
dfd3715051
commit
eeff358e1d
@ -152,14 +152,16 @@ AudioOutput::setAutoDelete ( bool ad )
|
||||
m_autoDelete = ad;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioOutput::setCurrentSource(MediaStream stream)
|
||||
AudioOutput::setCurrentSource( MediaStream stream )
|
||||
{
|
||||
setCurrentSource( new MediaStream(stream) );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioOutput::setCurrentSource(MediaStream* stream)
|
||||
AudioOutput::setCurrentSource( MediaStream* stream )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user