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
KmPlot
Commits
8abbe893
Commit
8abbe893
authored
Oct 21, 2004
by
Anne-Marie Mahfouf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove uncessary "this->" calls
svn path=/trunk/kdeedu/kmplot/; revision=356591
parent
f379cb91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
kmplot/editfunction.cpp
kmplot/editfunction.cpp
+2
-2
kmplot/keditparametric.cpp
kmplot/keditparametric.cpp
+4
-4
kmplot/keditpolar.cpp
kmplot/keditpolar.cpp
+2
-2
No files found.
kmplot/editfunction.cpp
View file @
8abbe893
...
...
@@ -312,7 +312,7 @@ void EditFunction::accept()
{
added_ufkt
->
fstr
=
old_fstr
;
m_parser
->
reparse
(
added_ufkt
);
this
->
raise
();
raise
();
showPage
(
0
);
editfunctionpage
->
equation
->
setFocus
();
editfunctionpage
->
equation
->
selectAll
();
...
...
@@ -327,7 +327,7 @@ void EditFunction::accept()
if
(
id
==
-
1
)
{
m_parser
->
parserError
();
this
->
raise
();
raise
();
showPage
(
0
);
editfunctionpage
->
equation
->
setFocus
();
editfunctionpage
->
equation
->
selectAll
();
...
...
kmplot/keditparametric.cpp
View file @
8abbe893
...
...
@@ -167,7 +167,7 @@ void KEditParametric::accept()
{
added_ufkt
->
fstr
=
old_fstr
;
m_parser
->
reparse
(
added_ufkt
);
this
->
raise
();
raise
();
kLineEditXFunction
->
setFocus
();
kLineEditXFunction
->
selectAll
();
return
;
...
...
@@ -179,7 +179,7 @@ void KEditParametric::accept()
if
(
id
==
-
1
)
{
m_parser
->
parserError
();
this
->
raise
();
raise
();
kLineEditXFunction
->
setFocus
();
kLineEditXFunction
->
selectAll
();
return
;
...
...
@@ -227,7 +227,7 @@ void KEditParametric::accept()
{
added_ufkt
->
fstr
=
old_fstr
;
//go back to the old expression
m_parser
->
reparse
(
added_ufkt
);
//reparse
this
->
raise
();
raise
();
kLineEditXFunction
->
setFocus
();
kLineEditXFunction
->
selectAll
();
return
;
...
...
@@ -239,7 +239,7 @@ void KEditParametric::accept()
if
(
id
==
-
1
)
{
m_parser
->
parserError
();
this
->
raise
();
raise
();
kLineEditXFunction
->
setFocus
();
kLineEditXFunction
->
selectAll
();
return
;
...
...
kmplot/keditpolar.cpp
View file @
8abbe893
...
...
@@ -153,7 +153,7 @@ void KEditPolar::accept()
{
added_ufkt
->
fstr
=
old_fstr
;
m_parser
->
reparse
(
added_ufkt
);
this
->
raise
();
raise
();
kLineEditYFunction
->
setFocus
();
kLineEditYFunction
->
selectAll
();
return
;
...
...
@@ -166,7 +166,7 @@ void KEditPolar::accept()
if
(
id
==
-
1
)
{
m_parser
->
parserError
();
this
->
raise
();
raise
();
kLineEditYFunction
->
setFocus
();
kLineEditYFunction
->
selectAll
();
return
;
...
...
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