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

rename GUI/View/Project/AutosaveController. -> GUI/View/Manager/

parent f24c353e
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Project/AutosaveController.cpp
//! @file GUI/View/Manager/AutosaveController.cpp
//! @brief Implements class AutosaveController.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Project/AutosaveController.h"
#include "GUI/View/Manager/AutosaveController.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Model/Project/ProjectUtil.h"
#include "GUI/View/Tool/UpdateTimer.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Project/AutosaveController.h
//! @file GUI/View/Manager/AutosaveController.h
//! @brief Defines class AutosaveController.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_PROJECT_AUTOSAVECONTROLLER_H
#define BORNAGAIN_GUI_VIEW_PROJECT_AUTOSAVECONTROLLER_H
#ifndef BORNAGAIN_GUI_VIEW_MANAGER_AUTOSAVECONTROLLER_H
#define BORNAGAIN_GUI_VIEW_MANAGER_AUTOSAVECONTROLLER_H
#include <QObject>
......@@ -59,4 +59,4 @@ private:
UpdateTimer* m_timer;
};
#endif // BORNAGAIN_GUI_VIEW_PROJECT_AUTOSAVECONTROLLER_H
#endif // BORNAGAIN_GUI_VIEW_MANAGER_AUTOSAVECONTROLLER_H
......@@ -17,7 +17,7 @@
#include "GUI/Model/Project/ProjectUtil.h"
#include "GUI/Support/Util/MessageService.h"
#include "GUI/View/Info/MessageBox.h"
#include "GUI/View/Project/AutosaveController.h"
#include "GUI/View/Manager/AutosaveController.h"
#include "GUI/View/Project/NewProjectDialog.h"
#include "GUI/View/Project/ProjectLoadProblemDialog.h"
#include "GUI/View/Tool/Globals.h"
......
......@@ -5,7 +5,7 @@
#include "GUI/Model/Device/InstrumentItems.h"
#include "GUI/Model/Project/ProjectUtil.h"
#include "GUI/Support/Util/Path.h"
#include "GUI/View/Project/AutosaveController.h"
#include "GUI/View/Manager/AutosaveController.h"
#include "GUI/View/Project/ProjectManager.h"
#include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/GUI/Utils.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