Version Bump

Remember Save paths
add missing files
This commit is contained in:
2021-07-17 22:24:44 +02:00
parent 42da1746b5
commit 3c788f57c2
20 changed files with 1168 additions and 7 deletions

11
src/utilites.h Executable file
View File

@ -0,0 +1,11 @@
#ifndef UTILITYS_H
#define UTILITYS_H
#include <QString>
#include <stdint.h>
#include <array>
bool saveToCsv(const QString& filename, const std::vector<double> &keys, const std::vector<double> &values, const QString& keyLable, const QString& valueLable);
#endif // UTILITYS_H