Lisp image loading
src/hello-world.lisp
Thu May 14 14:27:03 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Lisp image loading
--- old-qt.examples/src/hello-world.lisp 2014-10-30 07:38:30.000000000 +0100
+++ new-qt.examples/src/hello-world.lisp 2014-10-30 07:38:30.000000000 +0100
@@ -8,4 +8,4 @@
(qt:with-app
(let ((widget (make-instance 'qt:push-button :args '("Hello world"))))
(cxx:show widget)
- (qt:exec))))
+ (qt:exec widget))))