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

rename GUI/View/List/DatafilesSelector -> GUI/View/Views/

parent a641a81e
No related branches found
No related tags found
1 merge request!2412rm signals that are only used by test; rm TestAutosaveController; mv code between directories
......@@ -18,7 +18,7 @@
#include "GUI/Model/Files/DatafilesSet.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/View/Frame/StackedFrames.h"
#include "GUI/View/List/DatafilesSelector.h"
#include "GUI/View/Views/DatafilesSelector.h"
#include <QSplitter>
#include <QVBoxLayout>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/List/DatafilesSelector.cpp
//! @file GUI/View/Views/DatafilesSelector.cpp
//! @brief Implements class DatafilesSelector.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/List/DatafilesSelector.h"
#include "GUI/View/Views/DatafilesSelector.h"
#include "Base/Util/Assert.h"
#include "GUI/Model/Data/DataItem.h"
#include "GUI/Model/Device/DatafileItem.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/List/DatafilesSelector.h
//! @file GUI/View/Views/DatafilesSelector.h
//! @brief Defines class DatafilesSelector.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_LIST_DATAFILESSELECTOR_H
#define BORNAGAIN_GUI_VIEW_LIST_DATAFILESSELECTOR_H
#ifndef BORNAGAIN_GUI_VIEW_VIEWS_DATAFILESSELECTOR_H
#define BORNAGAIN_GUI_VIEW_VIEWS_DATAFILESSELECTOR_H
#include <QWidget>
......@@ -38,4 +38,4 @@ private:
QAction* m_rm_action;
};
#endif // BORNAGAIN_GUI_VIEW_LIST_DATAFILESSELECTOR_H
#endif // BORNAGAIN_GUI_VIEW_VIEWS_DATAFILESSELECTOR_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