refs #310, adjusted components / GUI to use renamed methods

This commit is contained in:
Klaus Basan
2014-10-08 19:09:54 +02:00
parent 9e23b0a2c0
commit 663740d5bd
6 changed files with 14 additions and 13 deletions

View File

@@ -233,7 +233,7 @@ void MainWindow::initGuiSignals()
void MainWindow::initialDataReads()
{
qint64 t = QDateTime::currentMSecsSinceEpoch();
this->m_coreAvailable = (this->getIContextNetwork()->usingLocalObjects() || (this->getIContextApplication()->ping(t) == t));
this->m_coreAvailable = (this->getIContextNetwork()->isUsingImplementingObject() || (this->getIContextApplication()->ping(t) == t));
if (!this->m_coreAvailable)
{
this->ps_displayStatusMessageInGui(CLogMessage().error(this, "no initial data read as network context is not available"));