diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-16 12:38:14 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-16 12:38:14 +0200 |
| commit | 46255e28295f382e7155011bde47d8a97660758b (patch) | |
| tree | 34e284f6177c4747eb21493e83b1884cd5e845be /examples/GuiClient/main.cpp | |
| parent | 4372773bc3b4e5c1cb4ccc0b0a0cbe142ef80b55 (diff) | |
| download | qxmpp-46255e28295f382e7155011bde47d8a97660758b.tar.gz | |
raise window (for Mac OS)
Diffstat (limited to 'examples/GuiClient/main.cpp')
| -rw-r--r-- | examples/GuiClient/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp index 1e521d1a..d97592b1 100644 --- a/examples/GuiClient/main.cpp +++ b/examples/GuiClient/main.cpp @@ -41,5 +41,6 @@ int main(int argc, char *argv[]) mainDialog cw; cw.show(); + cw.raise(); return a.exec(); } |
