Ref T472, style

This commit is contained in:
Klaus Basan
2019-02-03 21:40:00 +01:00
committed by Mat Sutcliffe
parent 969600b65d
commit 1b730dd0b1
9 changed files with 19 additions and 22 deletions

View File

@@ -43,17 +43,7 @@ namespace BlackGui
namespace Models
{
CAtcStationTreeModel::CAtcStationTreeModel(QObject *parent) : QStandardItemModel(parent)
{
// force strings for translation in resource files
(void)QT_TRANSLATE_NOOP("ModelAtcList", "callsign");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "distance");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "frequency");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "controllername");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "online");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "bookedfrom");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "bookeduntil");
(void)QT_TRANSLATE_NOOP("ModelAtcList", "voiceroomurl");
}
{ }
void CAtcStationTreeModel::updateContainer(const CAtcStationList &stations)
{