Beispiel #1
0
void DebconfFrontend::say(const QString &string)
{
    qCDebug(DEBCONF) << "DEBCONF ---> " << string;
    QTextStream out(getWriteDevice());
    out << string << "\n";
    out.flush();
}
bool CDummyRepeaterSoundcardSet::Validate()
{
	if (getReadDevice().IsEmpty() || getWriteDevice().IsEmpty()) {
		wxMessageDialog dialog(this, _("The soundcard is not set"), m_title + _(" Error"), wxICON_ERROR);
		dialog.ShowModal();
		return false;
	}

	return true;
}