mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-26 03:42:03 -08:00
fix example "screenshot"
This commit is contained in:
parent
40fb5b6e50
commit
8fb5b07384
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue