mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-16 23:30:53 -08:00
formatting
This commit is contained in:
parent
4346c0c5f5
commit
79a5e5cc30
5 changed files with 33 additions and 61 deletions
|
|
@ -90,8 +90,7 @@ int main(int argc, char* argv[]) {
|
|||
// load .eclrc
|
||||
if (arguments.contains("-norc")) {
|
||||
arguments.removeAll("-norc");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
#if (defined Q_OS_ANDROID) || (defined Q_OS_IOS)
|
||||
// mobile: don't hang on startup
|
||||
LQML::eval("(x:when-it (probe-file \"~/.eclrc\")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue