You are not logged in.

#1 2020-07-10 07:07:03

entropie
Member
From: Germany
Registered: 2020-07-02
Posts: 11
Website

GCC / MSVC Qt5 question

Does by chance someone know what is it with:

    QStringList line_data=line.split(" /// ", QString::SkipEmptyParts);
    QStringList line_data=line.split(" /// ", Qt::SkipEmptyParts, Qt::CaseInsensitive);

If I use the first expression, I get compiler warnings on gcc. If I use the second expression, cross-compilation with MinGW 32-bit is failing as well as the lgtm.com code check and MSVC 2017 64-bit but a clean compile on gcc.

Last edited by entropie (2020-07-10 07:07:37)

Offline

Board footer

Powered by FluxBB