aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/main.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-05-16 12:38:14 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-05-16 12:38:14 +0200
commit46255e28295f382e7155011bde47d8a97660758b (patch)
tree34e284f6177c4747eb21493e83b1884cd5e845be /examples/GuiClient/main.cpp
parent4372773bc3b4e5c1cb4ccc0b0a0cbe142ef80b55 (diff)
downloadqxmpp-46255e28295f382e7155011bde47d8a97660758b.tar.gz
raise window (for Mac OS)
Diffstat (limited to 'examples/GuiClient/main.cpp')
-rw-r--r--examples/GuiClient/main.cpp1
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();
}