[Marble-bugs] [marble] [Bug 328587] New: Untranslated Strings in Files Panel
Burkhard Lueck
lueck at hube-lueck.de
Mon Dec 9 18:16:32 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=328587
Bug ID: 328587
Summary: Untranslated Strings in Files Panel
Classification: Unclassified
Product: marble
Version: unspecified
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: marble-bugs at kde.org
Reporter: lueck at hube-lueck.de
src/lib/marble/GeoDataTreeModel.cpp:
QVariant GeoDataTreeModel::headerData(int section, Qt::Orientation orientation,
int role) const
{
if ( role == Qt::DisplayRole && orientation == Qt::Horizontal )
{
switch ( section ) {
case 0:
return QString("Name");
break;
case 1:
return QString("Type");
break;
case 2:
return QString("Popularity");
break;
case 3:
return QString("PopIndex");
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list