Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
Plasmate
Commits
7ef9b91c
Commit
7ef9b91c
authored
Feb 12, 2013
by
Antonis Tsiapaliokas
Committed by
Giorgos Tsiapaliokas
Mar 03, 2013
Browse files
Plasmakconfigxteditor is now able to load/edit xml files
REVIEW: 108857 BUG: 314674
parent
f378aa3c
Changes
1
Show whitespace changes
Inline
Side-by-side
plasmate/editors/kconfigxt/standalone/plasmakconfigxteditor.cpp
View file @
7ef9b91c
...
...
@@ -37,6 +37,7 @@ void PlasmaKConfigXtEditor::checkProjectPath(const QString& path)
if
(
path
.
endsWith
(
".xml"
))
{
enableWidgets
(
true
);
setFilename
(
path
);
readFile
();
}
else
{
enableWidgets
(
false
);
}
...
...
Write
Preview
Supports
Markdown
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