refs #822, set file ts in parser/modelloader

This commit is contained in:
Klaus Basan
2016-12-04 19:15:07 +01:00
parent 246f48b71c
commit 02798a7f2b
4 changed files with 25 additions and 13 deletions

View File

@@ -91,8 +91,8 @@ namespace BlackMisc
//! Files to be used
static const QString &fileFilter();
CAircraftCfgEntriesList m_parsedCfgEntriesList; //!< parsed entries
QPointer<BlackMisc::CWorker> m_parserWorker; //!< worker will destroy itself, so weak pointer
CAircraftCfgEntriesList m_parsedCfgEntriesList; //!< parsed entries
QPointer<BlackMisc::CWorker> m_parserWorker; //!< worker will destroy itself, so weak pointer
};
} // ns
} // ns