diff options
author | João Abecasis <joao@abecasis.name> | 2009-04-22 11:25:56 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-04-22 12:32:37 (GMT) |
commit | fa4049c9ba8446a582a9bd003d5cdf98ae0505eb (patch) | |
tree | 677ba8991dca711f9677fb67e9e62604babf650d /src/gui/kernel/qapplication.cpp | |
parent | a09c14a8a262f08ace8bb90d831c11b501f931d4 (diff) | |
download | Qt-fa4049c9ba8446a582a9bd003d5cdf98ae0505eb.zip Qt-fa4049c9ba8446a582a9bd003d5cdf98ae0505eb.tar.gz Qt-fa4049c9ba8446a582a9bd003d5cdf98ae0505eb.tar.bz2 |
Doc fixes
Reviewed-by: Thiago
Diffstat (limited to 'src/gui/kernel/qapplication.cpp')
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 09f0f91..1624b9d 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -832,12 +832,13 @@ QApplication::QApplication(Display *dpy, int &argc, char **argv, #endif // Q_WS_X11 +extern void qInitDrawhelperAsm(); /*! + \fn void QApplicationPrivate::initialize() + Initializes the QApplication object, called from the constructors. */ -extern void qInitDrawhelperAsm(); - void QApplicationPrivate::initialize() { QWidgetPrivate::mapper = new QWidgetMapper; |