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
96732d70
Commit
96732d70
authored
Dec 02, 2008
by
Eike Ziller
Browse files
Fixes: - Freeze on Mac when files change outside of qtcreator
RevBy: - mae
parent
5d316a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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