mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Allow some time when .rev file is generated before files are overriden
(copied over in wizard) There was an issue that the copied over file was afterwards not present
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8ad7c1e3c7
commit
5687f5c176
@@ -10,6 +10,7 @@
|
||||
#include "ui_copyconfigurationcomponent.h"
|
||||
#include "copyconfigurationcomponent.h"
|
||||
#include "configurationwizard.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "blackmisc/directoryutils.h"
|
||||
#include "blackmisc/settingscache.h"
|
||||
@@ -24,6 +25,7 @@ using namespace BlackMisc;
|
||||
using namespace BlackMisc::Simulation;
|
||||
using namespace BlackMisc::Simulation::Data;
|
||||
using namespace BlackConfig;
|
||||
using namespace BlackGui;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -344,6 +346,9 @@ namespace BlackGui
|
||||
CLogMessage(this).preformatted(msg);
|
||||
}
|
||||
}
|
||||
|
||||
// allow the cache files to be generated before we will override them
|
||||
CGuiApplication::processEventsFor(2500);
|
||||
}
|
||||
|
||||
const CLogCategoryList &CCopyConfigurationWizardPage::getLogCategories()
|
||||
|
||||
Reference in New Issue
Block a user