[Development] QJsonArray concatenation

2015-04-26 Thread Sze Howe Koh
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

Re: [Development] New (optional?) dependency: xcb-util-errors

2015-04-26 Thread Thiago Macieira
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

[Development] New (optional?) dependency: xcb-util-errors

2015-04-26 Thread Uli Schlachter
-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

[Development] Configure setting location for release

2015-04-26 Thread rpzrpz...@gmail.com
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. _