From: Akos Polster Date: Sun, 24 Oct 2010 23:24:21 +0000 (+0200) Subject: . X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=fad075543c2b4a647ccab41bd30f2671bf57185b;p=dorian . --- diff --git a/searchresultsdialog.cpp b/searchresultsdialog.cpp index eb447a0..302d0d8 100644 --- a/searchresultsdialog.cpp +++ b/searchresultsdialog.cpp @@ -13,7 +13,7 @@ SearchResultsDialog::SearchResultsDialog(const QList results_, if (result.authors.length()) { author = result.authors[0]; } - data.append(author + "\n" + result.title); + data.append(result.title + "\n" + author); } QStringListModel *model = new QStringListModel(data, this);