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
92753896
Commit
92753896
authored
Jul 02, 2020
by
Shubham .
Browse files
Fix typo
parent
37b28e3d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cantor_part.cpp
View file @
92753896
...
...
@@ -359,7 +359,7 @@ CantorPart::CantorPart( QWidget *parentWidget, QObject *parent, const QVariantLi
collection
->
addAction
(
QLatin1String
(
"backend_help"
),
m_showBackendHelp
);
connect
(
m_showBackendHelp
,
&
QAction
::
triggered
,
this
,
&
CantorPart
::
showBackendHelp
);
// Do not display "Show Backend Help" action for Maxima, since we are shwing it's integrated documentation
// Do not display "Show Backend Help" action for Maxima, since we are sh
o
wing it's integrated documentation
if
(
backend
->
name
()
==
QLatin1String
(
"Maxima"
))
m_showBackendHelp
->
setVisible
(
false
);
...
...
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