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 / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
96732d70
Commit
96732d70
authored
Dec 02, 2008
by
Eike Ziller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes: - Freeze on Mac when files change outside of qtcreator
RevBy: - mae
parent
5d316a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/plugins/coreplugin/filemanager.cpp
src/plugins/coreplugin/filemanager.cpp
+4
-1
No files found.
src/plugins/coreplugin/filemanager.cpp
View file @
96732d70
...
...
@@ -463,7 +463,10 @@ void FileManager::changedFile(const QString &file)
void
FileManager
::
mainWindowActivated
()
{
checkForReload
();
//we need to do this asynchronously because
//opening a dialog ("Reload?") in a windowactivated event
//freezes on Mac
QTimer
::
singleShot
(
0
,
this
,
SLOT
(
checkForReload
()));
}
void
FileManager
::
checkForReload
()
...
...
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