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
2ce1fa58
Commit
2ce1fa58
authored
Jul 13, 2006
by
David Saxton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix slot connection.
svn path=/trunk/KDE/kdeedu/kmplot/; revision=562006
parent
b8585043
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kmplot/functiontools.cpp
kmplot/functiontools.cpp
+1
-1
No files found.
kmplot/functiontools.cpp
View file @
2ce1fa58
...
...
@@ -54,7 +54,7 @@ FunctionTools::FunctionTools(QWidget *parent )
connect
(
m_widget
->
xValue
,
SIGNAL
(
textChanged
(
const
QString
&
)),
this
,
SLOT
(
xChanged
())
);
connect
(
m_widget
->
min
,
SIGNAL
(
editingFinished
()),
this
,
SLOT
(
rangeEdited
())
);
connect
(
m_widget
->
max
,
SIGNAL
(
editingFinished
()),
this
,
SLOT
(
rangeEdited
())
);
connect
(
m_widget
->
list
,
SIGNAL
(
currentRowChanged
(
int
)),
this
,
SLOT
(
plot
Selected
(
int
))
);
connect
(
m_widget
->
list
,
SIGNAL
(
currentRowChanged
(
int
)),
this
,
SLOT
(
equation
Selected
(
int
))
);
}
...
...
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