#include <KFileMetaData/UserMetaData>
#include <QCollator>
-#include <QDebug>
#include <QSize>
-#include <QTime>
namespace {
QString tagsFromValues(const QStringList& values)
{ 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") },