mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +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
@@ -93,9 +93,6 @@ namespace BlackGui
|
||||
//! Get sort order
|
||||
virtual Qt::SortOrder getSortOrder() const { return m_sortOrder; }
|
||||
|
||||
//! Translation context
|
||||
virtual const QString &getTranslationContext() const;
|
||||
|
||||
//! Orderable, normally use a container BlackMisc::IOrderableList
|
||||
virtual bool isOrderable() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user