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
Marco Bubke
flatpak-qt-creator
Commits
acdcf82e
Commit
acdcf82e
authored
Jul 24, 2009
by
Daniel Molkentin
Browse files
Clarify what the dialog in CppFileSettingsWidget::slotEdit() actually does
parent
c8be3a3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppfilesettingspage.cpp
View file @
acdcf82e
...
...
@@ -260,7 +260,7 @@ void CppFileSettingsWidget::slotEdit()
return
;
}
// Pick a file name and write new template, edit with C++
path
=
QFileDialog
::
getSaveFileName
(
this
,
tr
(
"Choose a new license template file"
));
path
=
QFileDialog
::
getSaveFileName
(
this
,
tr
(
"Choose a
location for the
new license template file"
));
if
(
path
.
isEmpty
())
return
;
QFile
file
(
path
);
...
...
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