Code review comment for lp:~timo-jyrinki/ubuntu-ui-toolkit/qt55_handler_type_qvector

Revision history for this message
Albert Astals Cid (aacid) wrote :

I think personally (non SDK guy) I'd be happier with

    typedef struct {
        int first[2];
        QSocketNotifier *second;
    } HandlerType;

than using a QVector.

« Back to merge proposal