CFileLogger: group messages by category.

This commit is contained in:
Mathew Sutcliffe
2016-12-05 19:36:26 +00:00
committed by Klaus Basan
parent 8e6422d2be
commit 6bfbaefdc8
4 changed files with 14 additions and 7 deletions

View File

@@ -30,8 +30,9 @@ namespace BlackMisc
//! Metar Decoder
class BLACKMISC_EXPORT CMetarDecoder : public QObject
{
public:
Q_OBJECT
public:
//! Default constructor
CMetarDecoder();
@@ -44,7 +45,6 @@ namespace BlackMisc
private:
void allocateDecoders();
std::vector<std::unique_ptr<IMetarDecoderPart>> m_decoders;
};
} // namespace