Re: [Development] Qt 5.5.0 header diff: QtQml.diff

2015-06-08 Thread Marc Mutz
On Friday 05 June 2015 10:11:30 Frederik Gladhorn wrote:
 +static bool startTcpDebugServer(int port, bool block = false,
 +const QString hostName = QString());

boolean argument should be an enum.

-- 
Marc Mutz marc.m...@kdab.com | Senior Software Engineer
KDAB (Deutschland) GmbH  Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt 5.5.0 header diff: QtQml.diff

2015-06-06 Thread Thiago Macieira
On Friday 05 June 2015 12:24:36 Simon Hausmann wrote:
 Those changes were not on qqmlerror.h but on qqmlfile.h. However the class
 in  question - while exported - is marked as \internal in the docs.
 
 If it's ok with everyone, then I'll rename qqmfile.h into qqmlfile_p.h.

If it is not used, sure.

There's a bug in the script that it reports the wrong header sometimes.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt 5.5.0 header diff: QtQml.diff

2015-06-05 Thread Simon Hausmann
On Friday, June 05, 2015 10:11:30 AM Frederik Gladhorn wrote:
 

There's a bug in this diff:

--- a/src/qml/qml/qqmlerror.h
+++ b/src/qml/qml/qqmlerror.h
@@ -68,8 +68,6 @@ public:
 const char *data() const;
 QByteArray dataByteArray() const;
 
-QByteArray metaData(const QString ) const;
-
 void load(QQmlEngine *, const QUrl );
 void load(QQmlEngine *, const QString );
 
@@ -84,24 +82,11 @@ public:
 static bool isSynchronous(const QString url);
 static bool isSynchronous(const QUrl url);
 
-static bool isBundle(const QString url);
-static bool isBundle(const QUrl url);
-
 static bool isLocalFile(const QString url);
 static bool isLocalFile(const QUrl url);
 
 static QString urlToLocalFileOrQrc(const QString );
 static QString urlToLocalFileOrQrc(const QUrl );
-
-static bool bundleDirectoryExists(const QString , QQmlEngine *);
-static bool bundleDirectoryExists(const QUrl , QQmlEngine *);
-
-static bool bundleFileExists(const QString , QQmlEngine *);
-static bool bundleFileExists(const QUrl , QQmlEngine *);
-
-static QString bundleFileName(const QString , QQmlEngine *);
-static QString bundleFileName(const QUrl , QQmlEngine *);
-
 private:
 Q_DISABLE_COPY(QQmlFile)
 QQmlFilePrivate *d;

Those changes were not on qqmlerror.h but on qqmlfile.h. However the class in 
question - while exported - is marked as \internal in the docs.

If it's ok with everyone, then I'll rename qqmfile.h into qqmlfile_p.h.



Simon
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development