mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-25 05:50:47 -08:00
revisions
This commit is contained in:
parent
29175d9784
commit
ee2d032911
11 changed files with 20 additions and 19 deletions
|
|
@ -315,7 +315,7 @@ cl_object qload_cpp(cl_object l_lib_name, cl_object l_unload) { /// qload-c++
|
|||
cl_object qload_rc(cl_object l_file) {
|
||||
/// args: (file)
|
||||
/// Loads a Lisp file added to the Qt resource system, see *.qrc files.
|
||||
/// (qload-rc "lisp/example.fasc")
|
||||
/// (qload-rc "lisp/example.lisp")
|
||||
ecl_process_env()->nvalues = 1;
|
||||
QFile file(toQString(l_file).prepend(":/"));
|
||||
if (file.open(QIODevice::ReadOnly)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue