summaryrefslogtreecommitdiffstats
path: root/demos/mdiarea
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2009-08-26 08:33:50 +0200
committerMorten Sorvig <msorvig@trolltech.com>2009-08-26 08:33:50 +0200
commitf11d84640d73a11bac412995971b7f5718235fb4 (patch)
tree847f439bba757a4d1665915ff62e0f7edaf230a3 /demos/mdiarea
parentad4f2f7a9c7049aa07bb4e150ca391059a0b0af7 (diff)
Only cast valid ids to QWidget pointers. Implement z-ordering on drag
Diffstat (limited to 'demos/mdiarea')
-rwxr-xr-xdemos/mdiarea/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mdiarea/main.cpp b/demos/mdiarea/main.cpp
index 949d16c..0e30da0 100755
--- a/demos/mdiarea/main.cpp
+++ b/demos/mdiarea/main.cpp
@@ -31,7 +31,7 @@ int main(int argc, char **argv)
// area->addSubWindow(new QWidget);
WebClient server;
server.setRootWidget(area);
- area->show();
+ // area->show();
return app.exec();
}