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
KDevelop
KDevelop Python Support
Commits
3d94143e
Commit
3d94143e
authored
Nov 02, 2022
by
frmdstryr
Committed by
Sven Brauch
Nov 07, 2022
Browse files
Connect project config page interpreter texted changed so apply works
parent
341a5cfe
Pipeline
#263612
passed with stage
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
projectconfig/projectconfigpage.cpp
View file @
3d94143e
...
...
@@ -9,6 +9,7 @@
#include
"ui_projectconfig.h"
#include
"duchain/helpers.h"
#include
<QLineEdit>
namespace
Python
{
...
...
@@ -19,6 +20,8 @@ ProjectConfigPage::ProjectConfigPage(KDevelop::IPlugin* self, const KDevelop::Pr
m_configGroup
=
options
.
project
->
projectConfiguration
()
->
group
(
"pythonsupport"
);
m_ui
->
setupUi
(
this
);
m_project
=
options
.
project
;
// So apply button activates
connect
(
m_ui
->
pythonInterpreter
,
&
QLineEdit
::
textChanged
,
this
,
&
ProjectConfigPage
::
changed
);
}
void
Python
::
ProjectConfigPage
::
apply
()
...
...
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