Version Bump
Remember Save paths add missing files
This commit is contained in:
11
src/utilites.h
Executable file
11
src/utilites.h
Executable 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
|
Reference in New Issue
Block a user