mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-09 10:41:22 -08:00
many small revisions (code, docu formatting); add class QPdfWriter;
This commit is contained in:
parent
7b03ef56fd
commit
b4f4aef416
52 changed files with 1531 additions and 1466 deletions
|
|
@ -20,10 +20,6 @@ EQL::EQL() : QObject() {
|
|||
LObjects::ini(this);
|
||||
read_VV(OBJNULL, ini_EQL); } // see "src/make-eql-lib.lisp"
|
||||
|
||||
EQL::~EQL() {
|
||||
LObjects::cleanUp();
|
||||
cl_shutdown(); }
|
||||
|
||||
void EQL::ini(char** argv) {
|
||||
cl_booted = true;
|
||||
cl_boot(1, argv); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue