]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kbaloorolesprovider.cpp
port to KIO::createDefaultJobUiDelegate
[dolphin.git] / src / kitemviews / private / kbaloorolesprovider.cpp
index 4c231e2ff92ddf45f320c8359068057c19b526f6..dd6df0aa77dbfc466426b4374ef97923298604f6 100644 (file)
@@ -12,9 +12,7 @@
 #include <KFileMetaData/UserMetaData>
 
 #include <QCollator>
-#include <QDebug>
 #include <QSize>
-#include <QTime>
 
 namespace {
     QString tagsFromValues(const QStringList& values)
@@ -37,6 +35,7 @@ namespace {
             { Property::Rating,            QByteArrayLiteral("rating") },
             { Property::Comment,           QByteArrayLiteral("comment") },
             { Property::Title,             QByteArrayLiteral("title") },
+            { Property::Author,            QByteArrayLiteral("author") },
             { Property::WordCount,         QByteArrayLiteral("wordCount") },
             { Property::LineCount,         QByteArrayLiteral("lineCount") },
             { Property::Width,             QByteArrayLiteral("width") },