diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-07 11:07:25 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-07 11:07:25 (GMT) |
commit | b67a06392ce4e6ad844db857210e502044e94c18 (patch) | |
tree | 8e7d66ccb89e8715b100b3e51ff8955dbc37f84e /src/gui/painting/qpaintdevice_win.cpp | |
parent | 52415f1bae93f2aa10ea00bbbd88e835d3a91c6e (diff) | |
download | Qt-b67a06392ce4e6ad844db857210e502044e94c18.zip Qt-b67a06392ce4e6ad844db857210e502044e94c18.tar.gz Qt-b67a06392ce4e6ad844db857210e502044e94c18.tar.bz2 |
qdoc: Moved platform-specific qdoc comments to common .cpp file.
When building docs for the mac, qdoc comments for functions defined
in the .h file were not found in any of the .cpp files in the mac
package because they were in the x11 or windows .cpp file. So I
moved them to a .cpp file that is in all the packages.
Task-number: 252496 252492
Diffstat (limited to 'src/gui/painting/qpaintdevice_win.cpp')
-rw-r--r-- | src/gui/painting/qpaintdevice_win.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/painting/qpaintdevice_win.cpp b/src/gui/painting/qpaintdevice_win.cpp index 6cae744..7cd3392 100644 --- a/src/gui/painting/qpaintdevice_win.cpp +++ b/src/gui/painting/qpaintdevice_win.cpp @@ -71,16 +71,11 @@ int QPaintDevice::metric(PaintDeviceMetric) const return 0; } - -/*! \internal -*/ HDC QPaintDevice::getDC() const { return 0; } -/*! \internal -*/ void QPaintDevice::releaseDC(HDC) const { } |