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
Tobias Hunger
qt-creator
Commits
5c993166
Commit
5c993166
authored
Dec 03, 2010
by
con
Browse files
Remove dead code.
parent
9f1737b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/filemanager.cpp
View file @
5c993166
...
...
@@ -578,15 +578,6 @@ QList<IFile *> FileManager::saveModifiedFiles(const QList<IFile *> &files,
return
saveModifiedFiles
(
files
,
cancelled
,
false
,
message
,
alwaysSaveMessage
,
alwaysSave
);
}
static
QMessageBox
::
StandardButton
skipFailedPrompt
(
QWidget
*
parent
,
const
QString
&
fileName
)
{
return
QMessageBox
::
question
(
parent
,
FileManager
::
tr
(
"Cannot save file"
),
FileManager
::
tr
(
"Cannot save changes to '%1'. Do you want to continue and lose your changes?"
).
arg
(
fileName
),
QMessageBox
::
YesToAll
|
QMessageBox
::
Yes
|
QMessageBox
::
No
,
QMessageBox
::
No
);
}
QList
<
IFile
*>
FileManager
::
saveModifiedFiles
(
const
QList
<
IFile
*>
&
files
,
bool
*
cancelled
,
bool
silently
,
...
...
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