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_qws.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_qws.cpp')
-rw-r--r-- | src/gui/painting/qpaintdevice_qws.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/painting/qpaintdevice_qws.cpp b/src/gui/painting/qpaintdevice_qws.cpp index 6a68d28..c67be86 100644 --- a/src/gui/painting/qpaintdevice_qws.cpp +++ b/src/gui/painting/qpaintdevice_qws.cpp @@ -81,9 +81,6 @@ int QPaintDevice::metric(PaintDeviceMetric m) const } } -/*! - \internal -*/ QWSDisplay *QPaintDevice::qwsDisplay() { return qt_fbdpy; |