Some qDebug changed
This commit is contained in:
parent
e260556ac8
commit
7f9152b267
4 changed files with 13 additions and 11 deletions
|
|
@ -98,6 +98,7 @@ libreMediaServerAudio::libreMediaServerAudio(QStringList args, QWidget *parent)
|
|||
connect(ola, SIGNAL( dmxOutput(int, int, int) ),
|
||||
this, SLOT( dmxInput(int, int, int) ) );
|
||||
ola->resendDmx();
|
||||
qDebug("Init Complete");
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
|
@ -153,7 +154,7 @@ void libreMediaServerAudio::ChangeMediaPath()
|
|||
QString file = fileNames.at(0);
|
||||
MediaLibrary::getInstance()->setPath(file);
|
||||
QString desc = tr("Media Path Changed to: %1").arg(m_pathmedia);
|
||||
textEdit->append(desc);
|
||||
qDebug(desc.toLatin1().constData());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue