fix example "screenshot"

This commit is contained in:
polos 2017-03-27 18:46:11 +02:00
parent 40fb5b6e50
commit 8fb5b07384

View file

@ -16,7 +16,7 @@
(defun countdown (seconds)
(cond ((minusp seconds)
;; screenshot
(|save| (|grab| (|screen| (|desktop.QApplication|)))
(|save| (|grabWindow| (|primaryScreen.QGuiApplication|) 0)
"screenshot.png")
(qquit))
((zerop seconds)