diff --git a/src/plugins/bineditor/bineditorplugin.cpp b/src/plugins/bineditor/bineditorplugin.cpp index 6f5f75dfc25..980e781a510 100644 --- a/src/plugins/bineditor/bineditorplugin.cpp +++ b/src/plugins/bineditor/bineditorplugin.cpp @@ -340,7 +340,8 @@ public: void provideNewRange(quint64 offset) { - openImpl(0, filePath().toString(), offset); + if (filePath().exists()) + openImpl(0, filePath().toString(), offset); } public: