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

rm unused fct

parent be532e38
No related branches found
No related tags found
1 merge request!2633merge fcts, rm unused fcts, etc
...@@ -87,7 +87,7 @@ CentralWidget::CentralWidget() ...@@ -87,7 +87,7 @@ CentralWidget::CentralWidget()
m_sample_view = new SampleView; m_sample_view = new SampleView;
m_data_view = new DataView; m_data_view = new DataView;
m_simulation_view = new SimulationView; m_simulation_view = new SimulationView;
m_job_view = new JobView(progressBar()); m_job_view = new JobView(m_progress_bar );
m_views_stack->insertWidget(GUI::ID::ViewId::Datafile, m_data_view); m_views_stack->insertWidget(GUI::ID::ViewId::Datafile, m_data_view);
m_views_stack->insertWidget(GUI::ID::ViewId::Instrument, m_instrument_view); m_views_stack->insertWidget(GUI::ID::ViewId::Instrument, m_instrument_view);
......
...@@ -35,8 +35,6 @@ public: ...@@ -35,8 +35,6 @@ public:
CentralWidget(); CentralWidget();
~CentralWidget() override; ~CentralWidget() override;
QProgressBar* progressBar() { return m_progress_bar; }
QWidget* currentView() const; QWidget* currentView() const;
void setCurrentView(int viewId); void setCurrentView(int viewId);
......
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