> > I had an idea about making conditional deprecation warnings for functions
> > in Qt based on the destination platform.
>
> That might be useful, actually.
>
> But not for this case. Trying to call nativeArguments() on a non-Windows
> platform already signals the problem with a full error. It's
On sábado, 12 de outubro de 2013 13:19:21, Richard Moore wrote:
> I've written a set of classes using gnutls to provide a qt-style api
> for creating SSL certificates. I'd like to bring it under the Qt
> project umbrella as an addon, so I'm requesting a repository.
>
> The code can currently be fo
The only value in having a non-Xcode built Qt application on iOS is for
deploying to "Jailbroken" devices. You cannot build and sign an application
that
can be run on "stock" devices, nor can you submit such an app to the Apple App
Store without Xcode, so it's very very unlikely that anyone wou
Hi,
I just tried fiddling with the new Qt categorized logging and am hitting
some difficulties. I've read the documentation [1] and had a discussion on
irc (Qt-Labs) about how to install a global filter.
The documentation states:
// in a header
Q_DECLARE_LOGGING_CATEGORY(QT_DRIVER_USB)
// in one
I've written a set of classes using gnutls to provide a qt-style api
for creating SSL certificates. I'd like to bring it under the Qt
project umbrella as an addon, so I'm requesting a repository.
The code can currently be found here
https://gitorious.org/qt-certificate-addon and the generated docs