diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-06-15 13:27:24 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-06-15 13:27:24 (GMT) |
commit | 08ae7ee1fb930e7d4b4039e2294cba69f9380964 (patch) | |
tree | 5a89ac44d911c4e76e178bfab6c0714758ca6a76 | |
parent | ebbb3f553bf9f882bfb732391d46494ea02d5569 (diff) | |
download | Qt-08ae7ee1fb930e7d4b4039e2294cba69f9380964.zip Qt-08ae7ee1fb930e7d4b4039e2294cba69f9380964.tar.gz Qt-08ae7ee1fb930e7d4b4039e2294cba69f9380964.tar.bz2 |
remove compiler warning on MSVC
-rw-r--r-- | src/gui/kernel/qwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index 680bbaa..1edd466 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -731,7 +731,7 @@ private: friend class QGraphicsProxyWidget; friend class QGraphicsProxyWidgetPrivate; friend class QStyleSheetStyle; - friend class QWidgetExceptionCleaner; + friend struct QWidgetExceptionCleaner; #ifdef Q_WS_MAC friend class QCoreGraphicsPaintEnginePrivate; |