Style, minor fixes

This commit is contained in:
Klaus Basan
2018-11-25 18:23:01 +01:00
parent 1f1fa6d7aa
commit e7e82c3ab1
5 changed files with 121 additions and 82 deletions

View File

@@ -27,12 +27,12 @@ namespace BlackGui
namespace Components
{
/**
* Allows to automatically updated models if found in own model set, but already existing
* Allows to automatically update models if found in own model set, but already existing
* for a sibling simulator (ie. FSX/P3D/FS9)
*/
class BLACKGUI_EXPORT CDbAutoSimulatorStashingComponent :
public QDialog,
public BlackGui::Components::CDbMappingComponentAware,
public Components::CDbMappingComponentAware,
public BlackCore::IProgressIndicator
{
Q_OBJECT