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