Qt 6.11 is out! See what's new in the release
blog
Equivalent of setInsertInOrder in Qt5.5
General and Desktop
2
Posts
2
Posters
1.3k
Views
2
Watching
-
I am using Qt5.5 on windows. When i was using Qt4.8.1 *setInsertInOrder * was working fine on following lines.
QMap<int, QVariant> roleDataMap; roleDataMap.setInsertInOrder(true);I could not find any equivalent in Qt5.5 for setInsertInOrder .
What is the alternative for setInsertInOrder ?? is it depreciated? if so does anyone knows its equivalent? -
Hi,
setInsertInOrder was an internal function so never part of the public API and it has been removed from Qt 5.
What is your use case ?