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)
|
||||
(format nil "<~A>~A</~A>" tag x tag))
|
||||
(! (x)
|
||||
(format s "~A~%" x))
|
||||
(tab ()
|
||||
(write-string " " s)))
|
||||
(format s "~A~%" x)))
|
||||
(setf *help* (sort *help* #'string< :key (lambda (x) (string-trim " " (first x)))))
|
||||
(dolist (curr *help*)
|
||||
(! (el "b" (format nil "~A ~A" (string-trim " " (first curr)) (subseq (string-trim " " (second curr)) 6))))
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ Qt Creator.
|
|||
TODO
|
||||
----
|
||||
|
||||
* port to SailfishOS (using the SFOS Qt5.15 libs project)
|
||||
* port to CMake (?)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue