Break API compatibility for qt:with-app and qt:exec & spellcheck
src/painter.lisp
Wed Jul 1 12:58:06 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Break API compatibility for qt:with-app and qt:exec & spellcheck
--- old-qt.gui/src/painter.lisp 2014-10-30 07:46:13.000000000 +0100
+++ new-qt.gui/src/painter.lisp 2014-10-30 07:46:13.000000000 +0100
@@ -2,9 +2,9 @@
(defmacro qt:with-painter ((painter paint-device) &body body)
"Binds a PAINTER instance for PAINT-DEVICE to PAINTER
- during the evaulation of BODY.
+ during the evaluation of BODY.
-Makes sure the painter ends after BODY; thus prevening problems with
+Makes sure the painter ends after BODY; thus preventing problems with
still active and not yet garbage collected painters."
`(let ((,painter (make-instance 'qt:painter :args (list ,paint-device))))
(assert (cxx:is-active ,painter)