better "connection" handling to Lisp functions; make disconnect work properly; some revisions;

This commit is contained in:
polos 2016-12-10 15:46:36 +01:00
parent 09e0f53f28
commit 7b03ef56fd
25 changed files with 246 additions and 138 deletions

View file

@ -7,7 +7,7 @@
#include <QTimer>
#include <QStringList>
const char EQL::version[] = "16.12.2"; // Dec 2016
const char EQL::version[] = "16.12.3"; // Dec 2016
extern "C" void ini_EQL(cl_object);