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

rm fct

parent 3f967b3c
No related branches found
No related tags found
1 merge request!2634J.rm unused fcts; dissolve ID.h
......@@ -108,12 +108,6 @@ QWidget* CentralWidget::currentView() const
return m_views_stack->currentWidget();
}
void CentralWidget::setCurrentView(int viewId)
{
if (auto* btn = m_view_selection_buttons->button(viewId); btn != nullptr)
btn->click();
}
void CentralWidget::raiseView(int viewId)
{
if (m_views_stack->currentIndex() != viewId) {
......
......@@ -36,7 +36,6 @@ public:
~CentralWidget() override;
QWidget* currentView() const;
void setCurrentView(int viewId);
void updateViews(bool open);
......
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