Hello,
This is the cleanest way I can currently think of to concatenate 2
QJsonArrays:
for (const auto& value : array2)
array1 << value;
Most of Qt's array-like containers (QVector, QList, QByteArray,
QString) have concatenation functions, but QJsonArray doesn't. So, I
propose adding
On Sunday 26 April 2015 21:39:23 Uli Schlachter wrote:
> The actual question that I want to ask with this mail: This is a new
> external dependency. Is it ok to add this dependency to Qt?
How common is that library? What distros often have it? How long have they had
it?
--
Thiago Macieira - thia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi everyone,
here are some 'recent' examples of error messages printed for X11 protocol
errors:
QXcbConnection::handleXcbError - QXcbConnection: XCB error: 170 (Unknown),
sequence: 162, resource id: 90, major code: 146 (Unknown), minor code: 20
Hello:
Does anybody know where I could find the configure settings used for
building the released QT versions 5.4.x?
I would like to see the IOS and Android settings.
Thank you,
md
--
No spell checkers were harmed during the creation of this message.
_