~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to mobile/lib/kdeclarativefullscreenview.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2011-09-03 13:01:43 UTC
  • mfrom: (0.2.14)
  • Revision ID: package-import@ubuntu.com-20110903130143-5mmx3goibh8sgt9t
Tags: 4:4.7.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    kWarning() << "start setSource" << &t << " - " << QDateTime::currentDateTime();
187
187
  }
188
188
  qDebug() << "trying to load \"" +  source << "\"";
189
 
  setSource( source );
 
189
  setSource( QUrl::fromLocalFile(source) );
190
190
  if ( debugTiming ) {
191
191
    kWarning() << "setSourceDone" << t.elapsed() << &t;
192
192
  }