Skip to content

Commit 7a0865d

Browse files
committedJul 20, 2023
cleanup
1 parent 4dae8dc commit 7a0865d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ target_wrapper.*
3838
# QtCreator
3939
*.autosave
4040

41-
# QtCreator Qml
42-
*.qmlproject.user
43-
*.qmlproject.user.*
44-
4541
# QtCreator CMake
4642
CMakeLists.txt.user*
4743

‎scopewidget.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
ScopeWidget::ScopeWidget(QWidget *parent) : QWidget(parent)
1919
{
20+
21+
// todo : fix inpuutFramnes_per_ms
2022
scopeDisplay = new ScopeDisplay(this);
2123
audioController = new AudioController(this);
2224
plotter = new Plotter;

0 commit comments

Comments
 (0)
Please sign in to comment.