diff options
author | hjk <qtc-committer@nokia.com> | 2009-08-10 14:07:33 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-08-10 14:11:15 (GMT) |
commit | 0c98e05dfeccdca99bc180ccccd04b38305ad025 (patch) | |
tree | abc30e4df232178be7cca6160b98c8a3206abc76 /src/gui/kernel/qapplication.h | |
parent | 24aa36349b9fc0be9d9bf80b0db607588e0a54f6 (diff) | |
download | Qt-0c98e05dfeccdca99bc180ccccd04b38305ad025.zip Qt-0c98e05dfeccdca99bc180ccccd04b38305ad025.tar.gz Qt-0c98e05dfeccdca99bc180ccccd04b38305ad025.tar.bz2 |
Compile fix on Linux.
Reviewed-by: brad
The declaration of getQApplicationPrivateInternal was only available
as 'friend' on Q_WS_WIN.
Diffstat (limited to 'src/gui/kernel/qapplication.h')
-rw-r--r-- | src/gui/kernel/qapplication.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qapplication.h b/src/gui/kernel/qapplication.h index 19ae085..58e0cc3 100644 --- a/src/gui/kernel/qapplication.h +++ b/src/gui/kernel/qapplication.h @@ -375,10 +375,6 @@ private: friend class QDirectPainterPrivate; #endif -#if defined(Q_WS_WIN) - friend QApplicationPrivate* getQApplicationPrivateInternal(); -#endif - #if defined(Q_WS_MAC) || defined(Q_WS_X11) Q_PRIVATE_SLOT(d_func(), void _q_alertTimeOut()) #endif |