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

rename GUI/Support/Thread/ -> GUI/Model/Type/

parent ef7bc76c
No related branches found
No related tags found
1 merge request!2452cleanup autosave, style sheet & palette; split save some files; dissolve GUI/Support
......@@ -15,7 +15,7 @@
#include "GUI/Model/Project/AutosaveController.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Model/Project/ProjectUtil.h"
#include "GUI/Support/Thread/UpdateTimer.h"
#include "GUI/Model/Type/UpdateTimer.h"
#include <QDir>
AutosaveController::AutosaveController(QObject* parent, int update_interval_msec)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Support/Thread/UpdateTimer.cpp
//! @file GUI/Model/Type/UpdateTimer.cpp
//! @brief Implements class UpdateTimer.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/Support/Thread/UpdateTimer.h"
#include "GUI/Model/Type/UpdateTimer.h"
UpdateTimer::UpdateTimer(int timerInterval, QObject* parent)
: QObject(parent)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Support/Thread/UpdateTimer.h
//! @file GUI/Model/Type/UpdateTimer.h
//! @brief Defines class UpdateTimer.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_SUPPORT_THREAD_UPDATETIMER_H
#define BORNAGAIN_GUI_SUPPORT_THREAD_UPDATETIMER_H
#ifndef BORNAGAIN_GUI_MODEL_TYPE_UPDATETIMER_H
#define BORNAGAIN_GUI_MODEL_TYPE_UPDATETIMER_H
#include <QObject>
#include <QTimer>
......@@ -48,4 +48,4 @@ private:
QTimer* m_timer;
};
#endif // BORNAGAIN_GUI_SUPPORT_THREAD_UPDATETIMER_H
#endif // BORNAGAIN_GUI_MODEL_TYPE_UPDATETIMER_H
......@@ -15,7 +15,7 @@
#include "GUI/View/Sample/ScriptPanel.h"
#include "GUI/Model/Sample/SampleItem.h"
#include "GUI/Model/ToCore/SampleToCore.h"
#include "GUI/Support/Thread/UpdateTimer.h"
#include "GUI/Model/Type/UpdateTimer.h"
#include "GUI/View/Base/Fontsize.h"
#include "GUI/View/Info/CautionSign.h"
#include "GUI/View/Info/PythonSyntaxHighlighter.h"
......
#include "GUI/Support/Thread/UpdateTimer.h"
#include "GUI/Model/Type/UpdateTimer.h"
#include "Tests/GTestWrapper/google_test.h"
#include <QSignalSpy>
......
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