Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Cantor
Commits
60db8874
Commit
60db8874
authored
Apr 28, 2017
by
Filipe Saraiva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recommended version to Qalculate backend
Close T3862
parent
9c2ff44c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/backends/qalculate/qalculatebackend.cpp
src/backends/qalculate/qalculatebackend.cpp
+5
-0
src/backends/qalculate/qalculatebackend.h
src/backends/qalculate/qalculatebackend.h
+1
-0
No files found.
src/backends/qalculate/qalculatebackend.cpp
View file @
60db8874
...
...
@@ -52,6 +52,11 @@ QString QalculateBackend::id() const
return
QLatin1String
(
"qalculate"
);
}
QString
QalculateBackend
::
version
()
const
{
return
QLatin1String
(
"0.9"
);
}
Cantor
::
Session
*
QalculateBackend
::
createSession
()
{
return
new
QalculateSession
(
this
);
...
...
src/backends/qalculate/qalculatebackend.h
View file @
60db8874
...
...
@@ -31,6 +31,7 @@ public:
~
QalculateBackend
();
QString
id
()
const
;
QString
version
()
const
override
;
virtual
Cantor
::
Session
*
createSession
();
virtual
Cantor
::
Backend
::
Capabilities
capabilities
()
const
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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