impr: Handle showing popups when closing unsaved providers better

This commit is contained in:
WerWolv
2023-11-07 15:31:54 +01:00
parent 6e6c5c4cb7
commit ef320b74b0
12 changed files with 94 additions and 21 deletions

View File

@@ -239,7 +239,7 @@ namespace hex {
namespace impl {
void resetClosingProvider();
prv::Provider* getClosingProvider();
const std::vector<prv::Provider*>& getClosingProviders();
}