head 1.2; access; symbols pkgsrc-2013Q2:1.1.0.4 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2013.07.07.18.13.56; author adam; state dead; branches; next 1.1; commitid fnM5tvxHjOL3czWw; 1.1 date 2013.01.11.23.37.13; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Qt 4.8.5 provides overall close to 400 improvements, for example: 35 fixes to Qt Core module 65 fixes to Qt Gui module 21 Mac OS X specific fixes 15 Windows specific fixes 8 Linux/X11 specific fixes Webkit upgrade to 2.2.4 (minor improvements) Change all shmget calls to user-only memory (security) Several important fixes for the VxWorks port in the Qt Enterprise version @ text @$NetBSD: patch-src_declarative_util_qdeclarativefontloader.cpp,v 1.1 2013/01/11 23:37:13 joerg Exp $ --- src/declarative/util/qdeclarativefontloader.cpp.orig 2013-01-11 14:02:03.000000000 +0000 +++ src/declarative/util/qdeclarativefontloader.cpp @@@@ -64,7 +64,7 @@@@ class QDeclarativeFontObject : public QO Q_OBJECT public: - QDeclarativeFontObject(int _id); + QDeclarativeFontObject(int _id = -1); void download(const QUrl &url, QNetworkAccessManager *manager); @@@@ -84,7 +84,7 @@@@ private: Q_DISABLE_COPY(QDeclarativeFontObject) }; -QDeclarativeFontObject::QDeclarativeFontObject(int _id = -1) +QDeclarativeFontObject::QDeclarativeFontObject(int _id) : QObject(0), id(_id), reply(0), redirectCount(0) {} @ 1.1 log @Default values go into the class declaration, not the implementation. @ text @d1 1 a1 1 $NetBSD$ @