diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-07 10:26:02 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-07 10:26:02 (GMT) |
commit | 386800053d03f3f42bc5d0e0809059b534bac5d4 (patch) | |
tree | 0b31c0d6d55d52892dce7861449f57d3ce32fe4a /src/3rdparty/phonon/mmf/videooutput.h | |
parent | 65c8d29d8bad265a236431ab57b03f7b2614c53a (diff) | |
download | Qt-386800053d03f3f42bc5d0e0809059b534bac5d4.zip Qt-386800053d03f3f42bc5d0e0809059b534bac5d4.tar.gz Qt-386800053d03f3f42bc5d0e0809059b534bac5d4.tar.bz2 |
Added visitor-based object tree dumping framework, which dumps details of Symbian control / window associated with each widget
Diffstat (limited to 'src/3rdparty/phonon/mmf/videooutput.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/videooutput.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/3rdparty/phonon/mmf/videooutput.h b/src/3rdparty/phonon/mmf/videooutput.h index bcd9cb4..566d065 100644 --- a/src/3rdparty/phonon/mmf/videooutput.h +++ b/src/3rdparty/phonon/mmf/videooutput.h @@ -50,11 +50,9 @@ protected: void moveEvent(QMoveEvent* event); #endif // PHONON_MMF_VIDEOOUTPUT_IS_QWIDGET -#ifdef PHONON_MMF_DEBUG_VIDEO_OUTPUT -public: - void dump(); -#endif - +private: + void dump() const; + private: QSize m_frameSize; |