summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintdevice_qws.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-07 06:44:15 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-07 06:44:15 (GMT)
commit1bb5449daab3a984d96dacd9c0c67eadf27ecf72 (patch)
tree161d97452290148fe438b29527a9a3991ed7eff8 /src/gui/painting/qpaintdevice_qws.cpp
parentaf2829475cce24d13bab7de9bc5a274fecbb5fd7 (diff)
downloadQt-1bb5449daab3a984d96dacd9c0c67eadf27ecf72.zip
Qt-1bb5449daab3a984d96dacd9c0c67eadf27ecf72.tar.gz
Qt-1bb5449daab3a984d96dacd9c0c67eadf27ecf72.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
Diffstat (limited to 'src/gui/painting/qpaintdevice_qws.cpp')
-rw-r--r--src/gui/painting/qpaintdevice_qws.cpp3
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;