Doxygen style

This commit is contained in:
Mat Sutcliffe
2021-09-18 00:51:48 +01:00
parent 57d32da826
commit 312dec792b
66 changed files with 75 additions and 75 deletions

View File

@@ -18,7 +18,7 @@
namespace Ui { class CInitialDataLoadComponent; }
namespace BlackGui::Components
{
/**
/*!
* Initial data load to prefill caches
* \remark Normally used in wizard
*/
@@ -46,7 +46,7 @@ namespace BlackGui::Components
QScopedPointer<Ui::CInitialDataLoadComponent> ui;
};
/**
/*!
* Wizard page for CInitialDataLoadComponent
*/
class CInitialDataLoadWizardPage : public QWizardPage