mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #341 Fixed initialization of m_wildcard
This commit is contained in:
@@ -22,6 +22,7 @@ namespace BlackMisc
|
|||||||
* Constructor single value
|
* Constructor single value
|
||||||
*/
|
*/
|
||||||
CPropertyIndexVariantMap::CPropertyIndexVariantMap(const CPropertyIndex &index, const QVariant &value)
|
CPropertyIndexVariantMap::CPropertyIndexVariantMap(const CPropertyIndex &index, const QVariant &value)
|
||||||
|
: m_wildcard(false)
|
||||||
{
|
{
|
||||||
this->addValue(index, value);
|
this->addValue(index, value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user