mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Silly whitespace fixes.
This commit is contained in:
@@ -72,6 +72,7 @@ ScriptResolver::~ScriptResolver()
|
|||||||
delete m_configWidget.data();
|
delete m_configWidget.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ScriptResolver::sendConfig()
|
ScriptResolver::sendConfig()
|
||||||
{
|
{
|
||||||
@@ -112,18 +113,21 @@ ScriptResolver::reload()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ScriptResolver::readStderr()
|
ScriptResolver::readStderr()
|
||||||
{
|
{
|
||||||
tLog() << "SCRIPT_STDERR" << filePath() << m_proc.readAllStandardError();
|
tLog() << "SCRIPT_STDERR" << filePath() << m_proc.readAllStandardError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ScriptResolver::ErrorState
|
ScriptResolver::ErrorState
|
||||||
ScriptResolver::error() const
|
ScriptResolver::error() const
|
||||||
{
|
{
|
||||||
return m_error;
|
return m_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ScriptResolver::readStdout()
|
ScriptResolver::readStdout()
|
||||||
{
|
{
|
||||||
@@ -344,7 +348,8 @@ ScriptResolver::saveConfig()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QWidget* ScriptResolver::configUI() const
|
QWidget*
|
||||||
|
ScriptResolver::configUI() const
|
||||||
{
|
{
|
||||||
if( m_configWidget.isNull() )
|
if( m_configWidget.isNull() )
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user