fixes some bugs detected during compilation test

* wrong literal in relaySignals (DBus)
* removed signals from network proxy
* made GUI field readonly
This commit is contained in:
Klaus Basan
2014-04-17 02:20:58 +02:00
parent ba4b0197a6
commit 84f389262c
3 changed files with 6 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ namespace BlackCore
bool CContextApplicationProxy::removeFile(const QString &fileName)
{
if (fileName.isEmpty()) return false;
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("deleteFile"), fileName);
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("removeFile"), fileName);
}
/*