mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
minor UI adjustments
This commit is contained in:
@@ -121,14 +121,14 @@ namespace BlackGui
|
||||
QString CColumns::propertyIndexToColumnName(const CPropertyIndex &propertyIndex, bool i18n) const
|
||||
{
|
||||
const int column = this->propertyIndexToColumn(propertyIndex);
|
||||
Q_UNUSED(i18n); // not implemented
|
||||
Q_UNUSED(i18n) // not implemented
|
||||
return m_columns.at(column).getColumnName();
|
||||
}
|
||||
|
||||
QString CColumns::columnToName(int column, bool i18n) const
|
||||
{
|
||||
Q_ASSERT(isValidColumn(column));
|
||||
Q_UNUSED(i18n); // not implemented
|
||||
Q_UNUSED(i18n) // not implemented
|
||||
return m_columns.at(column).getColumnName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user