Ref T545 Using constructor inheritance in derived container classes.

This commit is contained in:
Mat Sutcliffe
2019-02-27 17:17:44 +00:00
parent 8c0d82de99
commit c05a32dbd4
62 changed files with 67 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ namespace BlackMisc
{
public:
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CWeatherDataPluginInfoList)
using CSequence::CSequence;
//! Default constructor
CWeatherDataPluginInfoList();
@@ -42,7 +43,6 @@ namespace BlackMisc
//! String list with meaningful representations
QStringList toStringList(bool i18n = false) const;
};
} // ns
} // ns