~zeller-benjamin/dialer-app/applauncherd

« back to all changes in this revision

Viewing changes to src/dialerapplication.cpp

  • Committer: Benjamin Zeller
  • Date: 2016-03-03 15:57:09 UTC
  • Revision ID: benjamin.zeller@canonical.com-20160303155709-4k18v4k9crvhc9ub
removeĀ debugĀ output

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
    }
162
162
 
163
163
    m_view->setSource(QUrl::fromLocalFile("dialer-app.qml"));
164
 
    qDebug()<<"After setting the source "<<m_view->errors();
165
164
    if (m_fullScreen) {
166
165
        m_view->showFullScreen();
167
166
    } else {