summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Fernengel <harald@trolltech.com>2009-06-15 13:27:24 (GMT)
committerHarald Fernengel <harald@trolltech.com>2009-06-15 13:27:24 (GMT)
commit08ae7ee1fb930e7d4b4039e2294cba69f9380964 (patch)
tree5a89ac44d911c4e76e178bfab6c0714758ca6a76
parentebbb3f553bf9f882bfb732391d46494ea02d5569 (diff)
downloadQt-08ae7ee1fb930e7d4b4039e2294cba69f9380964.zip
Qt-08ae7ee1fb930e7d4b4039e2294cba69f9380964.tar.gz
Qt-08ae7ee1fb930e7d4b4039e2294cba69f9380964.tar.bz2
remove compiler warning on MSVC
-rw-r--r--src/gui/kernel/qwidget.h2
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;