tiny revisions
This commit is contained in:
parent
7bef996a8e
commit
39bd46a814
2 changed files with 3 additions and 3 deletions
|
|
@ -1047,8 +1047,8 @@
|
|||
("setStandardButtons" (logior |QMessageBox.Yes| |QMessageBox.No|))
|
||||
("setDefaultButton(QMessageBox::StandardButton)" |QMessageBox.No|)
|
||||
("exec")))))
|
||||
(! "startDetached" "QProcess" "eql" (list "-norc" (or (path-to-server "eql-local-server.fas")
|
||||
(path-to-server "local-server.lisp"))))
|
||||
(! "startDetached" "QProcess" "eql5" (list "-norc" (or (path-to-server "eql-local-server.fas")
|
||||
(path-to-server "local-server.lisp"))))
|
||||
;; wait max. 15 seconds
|
||||
(dotimes (i 150)
|
||||
(qprocess-events)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
*line-nr* 0)
|
||||
(with-open-file (in ui.h :direction :input)
|
||||
(with-open-file (out ui.lisp :direction :output :if-exists :supersede)
|
||||
(format out ";;; THIS FILE IS GENERATED (see 'eql -quic')~
|
||||
(format out ";;; THIS FILE IS GENERATED (see 'eql5 -quic')~
|
||||
~%~
|
||||
~%(defpackage ~(~S~)~% (:use :common-lisp :eql)"
|
||||
ui-package)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue