mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T478, removed the critical functions + adjustments
The code was never used as we decided not to translate swift, but do it all in English. So that code branch was never executed and I have removed the above 4 function + required adjustments. * getTranslationContextChar * getColumnNameChar * getColumnToolTipChar * getTranslationContextChar
This commit is contained in:
committed by
Mat Sutcliffe
parent
da0e021332
commit
4aec50ccfc
@@ -497,8 +497,7 @@ namespace BlackGui
|
||||
// then name here is mainly set for debugging purposes so each model can be identified
|
||||
Q_ASSERT(m_model);
|
||||
QTableView::setObjectName(name);
|
||||
const QString modelName = QString(name).append(':').append(m_model->getTranslationContext());
|
||||
m_model->setObjectName(modelName);
|
||||
m_model->setObjectName(name);
|
||||
}
|
||||
|
||||
template <class T>
|
||||
|
||||
Reference in New Issue
Block a user