mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
revisions
This commit is contained in:
parent
82f3504505
commit
3b3e918b14
2 changed files with 2 additions and 3 deletions
|
|
@ -65,9 +65,7 @@
|
||||||
(flet ((el (tag x)
|
(flet ((el (tag x)
|
||||||
(format nil "<~A>~A</~A>" tag x tag))
|
(format nil "<~A>~A</~A>" tag x tag))
|
||||||
(! (x)
|
(! (x)
|
||||||
(format s "~A~%" x))
|
(format s "~A~%" x)))
|
||||||
(tab ()
|
|
||||||
(write-string " " s)))
|
|
||||||
(setf *help* (sort *help* #'string< :key (lambda (x) (string-trim " " (first x)))))
|
(setf *help* (sort *help* #'string< :key (lambda (x) (string-trim " " (first x)))))
|
||||||
(dolist (curr *help*)
|
(dolist (curr *help*)
|
||||||
(! (el "b" (format nil "~A ~A" (string-trim " " (first curr)) (subseq (string-trim " " (second curr)) 6))))
|
(! (el "b" (format nil "~A ~A" (string-trim " " (first curr)) (subseq (string-trim " " (second curr)) 6))))
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ Qt Creator.
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* port to SailfishOS (using the SFOS Qt5.15 libs project)
|
||||||
* port to CMake (?)
|
* port to CMake (?)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue