Hi ,
How can I create a caseinsensitive qstringlist?
Qt Code:
sl<<"hello"; sl<<"Hello"; sl<<"HELLO";To copy to clipboard, switch view to plain text mode
So if I execute sl.remove("hello");
all items above will be removed from sl
Thanks
Hi ,
How can I create a caseinsensitive qstringlist?
Qt Code:
sl<<"hello"; sl<<"Hello"; sl<<"HELLO";To copy to clipboard, switch view to plain text mode
So if I execute sl.remove("hello");
all items above will be removed from sl
Thanks
Bookmarks