Skip to content

Commit

Permalink
Git push shell
Browse files Browse the repository at this point in the history
	modified:   Finger_App/mainwindow.cpp
	deleted:    git_push.cmd
	push.cmd
  • Loading branch information
informacja committed Nov 21, 2019
1 parent 2c434bb commit 434f834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 3 additions & 5 deletions Finger_App/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ MainWindow::MainWindow(QWidget *parent) :
// timer->start(50);
// m_timer.start(1000, this);

// connect(this->simulation, SIGNAL(simulation_changed(Simulation_Type)), this->simulation, SLOT(simulationSet(const Simulation_Type& )));
// connect(slider, SIGNAL(valueChanged(int)), SLOT(onSliderValueChanged(int)));
alloc_memory_sub_constructor();
pointers_set_null();
alloc_files();

ui->statusBar->showMessage("No device");
set_simulation( GENERATE_SIGNAL );
Expand Down Expand Up @@ -76,9 +77,6 @@ MainWindow::MainWindow(QWidget *parent) :
chart.dataSize=WSIZE;
chart.backgroundColor = QColor::Invalid;

alloc_memory_sub_constructor();
pointers_set_null();
alloc_files();

isinverse = 0; // for fft
coutingDownToZero = 0;
Expand Down
4 changes: 0 additions & 4 deletions git_push.cmd

This file was deleted.

0 comments on commit 434f834

Please sign in to comment.