]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Merge remote-tracking branch 'origin/Applications/16.12'
authorAlbert Astals Cid <aacid@kde.org>
Sat, 21 Jan 2017 00:38:26 +0000 (01:38 +0100)
committerAlbert Astals Cid <aacid@kde.org>
Sat, 21 Jan 2017 00:38:26 +0000 (01:38 +0100)
1  2 
src/kitemviews/private/kbaloorolesprovider.cpp

index 9f151df92ab91dc84687aa4339bf90acf507d2c7,2ce1f7bf64a99d12a847e2b4f0ae68b2488c3014..16e3935ca9477134045d0fb1ee7031d0108025cd
@@@ -138,7 -138,6 +138,7 @@@ KBalooRolesProvider::KBalooRolesProvide
          { "rating", "rating" },
          { "tag",        "tags" },
          { "comment",   "comment" },
 +        { "title",         "title" },
          { "wordCount",     "wordCount" },
          { "lineCount",     "lineCount" },
          { "width",         "imageSize" },
@@@ -182,7 -181,7 +182,7 @@@ QString KBalooRolesProvider::orientatio
  
  QString KBalooRolesProvider::durationFromValue(int value) const
  {
-     QTime duration;
+     QTime duration(0, 0, 0);
      duration = duration.addSecs(value);
      return duration.toString(QStringLiteral("hh:mm:ss"));
  }