Ihave
QMap<QString, QStringList> m_mapTestcaseFileToIDs;

QList<QStringList> testcaseID = m_mapTestcaseFileToIDs.values(tclFile);

Its returning a list of stringlist.But this is actually should return only a QString.

Here we need to use one more extra loop,
Any solution to find the value easily.