[Qt-interest] QAccessible

nora at sappho-net.de nora at sappho-net.de
Thu Apr 1 08:54:50 CEST 2010


Am 01. April 2010 um 08:40:07 +0200 schrieb Kanitz, Annett:

> 	QApplication app(argv, args);
> 	app->setAttribute(Qt::AA_NativeWindows, true);
> MinGW wont compile it. Here is the error message:
> main.cpp:14: error: base operand of `->' has non-pointer type `QApplication'

Try this

   app.setAttribute(Qt::AA_NativeWindows, true);

Liebe Grüße, Nora.

nora at nxe.de
     IM-NETZ Neue Medien, Berlin                 http://www.im-netz.de/
     WWW von Frauen für Frauen, Hamburg          http://www.w4w.net/
     Lesbian Computer Networks, Helsinki         http://www.sappho.net/




More information about the Qt-interest-old mailing list