Cleanup global namespace
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
// system includes
|
||||
#include <cmath>
|
||||
|
||||
namespace {
|
||||
qint32 framesForDuration(qint64 duration){
|
||||
return qint32(44100 * duration / 1000000LL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
OsciWidget::OsciWidget(QWidget *parent)
|
||||
|
Reference in New Issue
Block a user