~ubuntu-branches/debian/stretch/kservice/stretch

« back to all changes in this revision

Viewing changes to src/services/kservice.cpp

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-08-05 17:29:09 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140805172909-i30obau6w3p8glfr
Tags: 5.1.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
void KServicePrivate::init(const KDesktopFile *config, KService *q)
56
56
{
57
 
    QMimeDatabase db;
58
57
    const QString entryPath = q->entryPath();
59
58
    bool absPath = !QDir::isRelativePath(entryPath);
60
59