Fix comp on Linux.

This commit is contained in:
Martin Rotter 2015-11-03 19:06:21 +01:00
parent bd3673615d
commit d89787741c
2 changed files with 3 additions and 6 deletions

View File

@ -30,6 +30,7 @@
#include <QSqlQuery>
#include <QSqlError>
#include <QStack>
#include <QCoreApplication>
StandardServiceRoot::StandardServiceRoot(FeedsModel *feeds_model, RootItem *parent)
@ -89,9 +90,7 @@ QVariant StandardServiceRoot::data(int column, int role) const {
case Qt::ToolTipRole:
if (column == FDS_MODEL_TITLE_INDEX) {
return
m_title + "\n" +
tr("This is service account for standard RSS/RDF/ATOM feeds.");
return tr("This is service account for standard RSS/RDF/ATOM feeds.");
}
else if (column == FDS_MODEL_COUNTS_INDEX) {
//: Tooltip for "unread" column of feed list.

View File

@ -82,9 +82,7 @@ QVariant TtRssServiceRoot::data(int column, int role) const {
case Qt::ToolTipRole:
// TODO: zobrazovat pokročile informace a statistiky.
if (column == FDS_MODEL_TITLE_INDEX) {
return
m_title + "\n" +
tr("This is service account TT-RSS (TinyTiny RSS) server.");
return tr("This is service account TT-RSS (TinyTiny RSS) server.");
}
else if (column == FDS_MODEL_COUNTS_INDEX) {
//: Tooltip for "unread" column of feed list.