diff examples/mainwindows/sdi/mainwindow.d @ 278:5df570e79cfc

new syntax for connecting using static information
author eldar
date Sun, 04 Oct 2009 12:14:03 +0000
parents cc9080066035
children 256ab6cb8e85
line wrap: on
line diff
--- a/examples/mainwindows/sdi/mainwindow.d	Thu Oct 01 11:26:47 2009 +0000
+++ b/examples/mainwindows/sdi/mainwindow.d	Sun Oct 04 12:14:03 2009 +0000
@@ -249,7 +249,7 @@
     // QtD bug????
     // only one of the following statements can be included
     // otherwise the app crashes when a MainWindow is closeda
-//     textEdit.copyAvailable.connect(&cutAct.setEnabled);
+    textEdit.copyAvailable.connect(&cutAct.setEnabled);
     textEdit.copyAvailable.connect(&copyAct.setEnabled);
   }