refs #409 Remove obsolete code

This commit is contained in:
Roland Winklmeier
2015-05-21 13:56:30 +02:00
parent 5ccd49722a
commit 74dd50b787
6 changed files with 1 additions and 592 deletions

View File

@@ -36,18 +36,9 @@ namespace BlackMisc
//! Load data
virtual bool read() = 0;
//! Empty
bool isEmpty() const;
//! Size
int size() const;
//! Get list
const BlackMisc::Network::CAircraftMappingList &getMappingList() const;
//! Synchronize with existing model names, remove unneeded models
int synchronizeWithExistingModels(const QStringList &modelNames, Qt::CaseSensitivity cs = Qt::CaseInsensitive);
protected:
BlackMisc::Network::CAircraftMappingList m_mappings; //!< Mappings
};