File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ class MainWindow : public QMainWindow {
3939
4040private slots:
4141 void on_add_equation ();
42- void on_equation_changed ();
4342 void on_config_changed (const graph::GraphConfig& config);
4443 void on_remove_equation ();
4544 void on_clear_all_equations ();
Original file line number Diff line number Diff line change 1414#include < QString>
1515#include < cmath>
1616#include < QPixmap>
17- #include < QPainter>
1817
1918namespace plot_genius {
2019namespace ui {
Original file line number Diff line number Diff line change @@ -234,10 +234,6 @@ void MainWindow::on_add_equation() {
234234 }
235235}
236236
237- void MainWindow::on_equation_changed () {
238- m_graph_widget->update_graph ();
239- }
240-
241237void MainWindow::on_remove_equation () {
242238 int row = m_equation_list->currentRow ();
243239 if (row >= 0 && row < static_cast <int >(m_graph->get_equations ().size ())) {
You can’t perform that action at this time.
0 commit comments