mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 23:01:01 -08:00
fix qml-apply (Lisp calls from QML)
This commit is contained in:
parent
e09778b76c
commit
82b904fe9c
5 changed files with 41 additions and 58 deletions
|
|
@ -80,7 +80,7 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
bool slime = false;
|
||||
if (arguments.contains("-slime")
|
||||
|| (arguments.indexOf(QRegularExpression::fromWildcard(QStringView(QString("*start-swank*.lisp")))) != -1)) {
|
||||
|| (arguments.indexOf(QRegularExpression::fromWildcard(QString("*start-swank*.lisp"))) != -1)) {
|
||||
arguments.removeAll("-slime");
|
||||
slime = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue