Hi all,

Is it mandatory to initialize QHash before insert ? I have a crash on insert, althought i do insert non NULL values with the right types. My hash is a data member.

Qt Code:
  1. QHash<QListWidgetItem* , QStringList> m_variablepaths ;
To copy to clipboard, switch view to plain text mode