Skip to content
Snippets Groups Projects
Commit 80d63423 authored by t.knopff's avatar t.knopff
Browse files

Move JobMessagePanel to GUI/Views/JobWidgets, where it is used

parent 65d71826
No related branches found
No related tags found
1 merge request!416Overhaul ui: improve logging of fitting activiy
Pipeline #47613 passed
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Views/FitWidgets/JobMessagePanel.cpp
//! @file GUI/Views/JobWidgets/JobMessagePanel.cpp
//! @brief Implements class JobMessagePanel
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/Views/FitWidgets/JobMessagePanel.h"
#include "GUI/Views/JobWidgets/JobMessagePanel.h"
#include "GUI/Views/Tools/mainwindow_constants.h"
#include <QScrollBar>
#include <QStackedWidget>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Views/FitWidgets/JobMessagePanel.h
//! @file GUI/Views/JobWidgets/JobMessagePanel.h
//! @brief Defines class JobMessagePanel
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEWS_FITWIDGETS_JOBMESSAGEPANEL_H
#define BORNAGAIN_GUI_VIEWS_FITWIDGETS_JOBMESSAGEPANEL_H
#ifndef BORNAGAIN_GUI_VIEWS_JOBWIDGETS_JOBMESSAGEPANEL_H
#define BORNAGAIN_GUI_VIEWS_JOBWIDGETS_JOBMESSAGEPANEL_H
#include "GUI/Views/CommonWidgets/InfoPanel.h"
#include "GUI/Views/FitWidgets/FitLog.h"
......@@ -39,4 +39,4 @@ private:
QTextEdit* m_plainLog;
};
#endif // BORNAGAIN_GUI_VIEWS_FITWIDGETS_JOBMESSAGEPANEL_H
#endif // BORNAGAIN_GUI_VIEWS_JOBWIDGETS_JOBMESSAGEPANEL_H
......@@ -17,8 +17,8 @@
#include "GUI/Models/JobModel.h"
#include "GUI/Views/CommonWidgets/DocksController.h"
#include "GUI/Views/FitWidgets/FitActivityPanel.h"
#include "GUI/Views/FitWidgets/JobMessagePanel.h"
#include "GUI/Views/FitWidgets/JobRealTimeWidget.h"
#include "GUI/Views/JobWidgets/JobMessagePanel.h"
#include "GUI/Views/JobWidgets/JobProgressAssistant.h"
#include "GUI/Views/JobWidgets/JobResultsPresenter.h"
#include "GUI/Views/JobWidgets/JobSelectorWidget.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