Distribution style

This commit is contained in:
Klaus Basan
2019-03-04 23:59:59 +01:00
committed by Mat Sutcliffe
parent b9c233802f
commit b70b280d73
2 changed files with 7 additions and 10 deletions

View File

@@ -49,9 +49,6 @@ namespace BlackMisc
//! Constructor
CDistribution(const QString &channel, int stability, bool restricted);
//! Destructor.
~CDistribution() {}
//! Version channel (Alpha, Beta, Stable ..)
const QString &getChannel() const { return m_channel; }