Does Qt Code: Switch view QString result = value.remove(QChar('\0'));//orQString result = value.remove(QChar(QChar::Null)); QString result = value.remove(QChar('\0')); //or QString result = value.remove(QChar(QChar::Null)); To copy to clipboard, switch view to plain text mode Work?
QString result = value.remove(QChar('\0'));//orQString result = value.remove(QChar(QChar::Null));
QString result = value.remove(QChar('\0')); //or QString result = value.remove(QChar(QChar::Null));
Forum Rules
Bookmarks