Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Cantor
Commits
b7089435
Commit
b7089435
authored
Apr 23, 2021
by
Stefan Gerlach
Browse files
typo
parent
6874534c
Pipeline
#59420
passed with stage
in 23 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/backends/R/rsession.cpp
View file @
b7089435
...
...
@@ -56,7 +56,7 @@ void RSession::login()
m_process
=
new
QProcess
(
this
);
m_process
->
setProcessChannelMode
(
QProcess
::
ForwardedErrorChannel
);
#if
n
def Q_OS_WIN
#ifdef Q_OS_WIN
m_process
->
start
(
QStandardPaths
::
findExecutable
(
QLatin1String
(
"cantor_rserver.exe"
)));
#else
m_process
->
start
(
QStandardPaths
::
findExecutable
(
QLatin1String
(
"cantor_rserver"
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment