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/kernel/qapplication_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/kernel/qapplication_win.cpp')
-rw-r--r-- | src/gui/kernel/qapplication_win.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp index bc32c14..065e7ff 100644 --- a/src/gui/kernel/qapplication_win.cpp +++ b/src/gui/kernel/qapplication_win.cpp @@ -1371,13 +1371,6 @@ QString QApplicationPrivate::appName() const extern uint qGlobalPostedEventsCount(); -/*! - \internal - \since 4.1 - - If \a gotFocus is true, \a widget will become the active window. - Otherwise the active window is reset to 0. -*/ void QApplication::winFocus(QWidget *widget, bool gotFocus) { if (d_func()->inPopupMode()) // some delayed focus event to ignore @@ -2921,7 +2914,6 @@ void qt_win_eatMouseMove() // In DnD, the mouse release event never appears, so the // mouse button state machine must be manually reset -/*! \internal */ void QApplication::winMouseButtonUp() { qt_button_down = 0; |