We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae8dc commit 7a0865dCopy full SHA for 7a0865d
.gitignore
@@ -38,10 +38,6 @@ target_wrapper.*
38
# QtCreator
39
*.autosave
40
41
-# QtCreator Qml
42
-*.qmlproject.user
43
-*.qmlproject.user.*
44
-
45
# QtCreator CMake
46
CMakeLists.txt.user*
47
scopewidget.cpp
@@ -17,6 +17,8 @@
17
18
ScopeWidget::ScopeWidget(QWidget *parent) : QWidget(parent)
19
{
20
+
21
+ // todo : fix inpuutFramnes_per_ms
22
scopeDisplay = new ScopeDisplay(this);
23
audioController = new AudioController(this);
24
plotter = new Plotter;
0 commit comments