Skip to content
Snippets Groups Projects
Commit 8fed8848 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename class and sources GUI/Model/Sample/ProfilesCatalogs -> GUI/Model/Sample/ProfileCatalogs

parent b5a712d2
No related branches found
No related tags found
1 merge request!2678unify names of *Catalog classes: type now always in singular
Pipeline #152232 failed
......@@ -19,8 +19,8 @@
#include "GUI/Model/Descriptor/PolyItem.h"
#include "GUI/Model/Sample/Lattice2DCatalog.h"
#include "GUI/Model/Sample/Lattice2DItems.h"
#include "GUI/Model/Sample/ProfileCatalogs.h"
#include "GUI/Model/Sample/ProfileItems.h"
#include "GUI/Model/Sample/ProfilesCatalogs.h"
#include <memory>
class IInterference;
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Sample/ProfilesCatalogs.cpp
//! @file GUI/Model/Sample/ProfileCatalogs.cpp
//! @brief Implements classes Profile1DItemCatalog, Profile2DItemCatalog.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#include "GUI/Model/Sample/ProfilesCatalogs.h"
#include "Base/Util/Assert.h"
#include "GUI/Model/Sample/ProfileCatalogs.h"
#include "GUI/Model/Sample/ProfileItems.h"
Profile1DItemCatalog::BaseType* Profile1DItemCatalog::create(Type type)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Sample/ProfilesCatalogs.h
//! @file GUI/Model/Sample/ProfileCatalogs.h
//! @brief Defines classes Profile1DItemCatalog, Profile2DItemCatalog.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_SAMPLE_PROFILESCATALOGS_H
#define BORNAGAIN_GUI_MODEL_SAMPLE_PROFILESCATALOGS_H
#ifndef BORNAGAIN_GUI_MODEL_SAMPLE_PROFILECATALOGS_H
#define BORNAGAIN_GUI_MODEL_SAMPLE_PROFILECATALOGS_H
#include "GUI/Model/Type/UiInfo.h"
#include <QVector>
......@@ -75,4 +75,4 @@ public:
static Type type(const BaseType* item);
};
#endif // BORNAGAIN_GUI_MODEL_SAMPLE_PROFILESCATALOGS_H
#endif // BORNAGAIN_GUI_MODEL_SAMPLE_PROFILECATALOGS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment