OSCAR-code/dumpSTR
sawinglogz a80134e7db Remove redefinition of nullptr that caused compilation errors under Qt 5.14.
Thanks to mjphyi for tracking this down!

gcc didn't provide very useful error messages, saying that
error: invalid conversion from ‘long int’ to ‘QDebug::Stream*’
was in qglobal.h.

But it really had to do with a few scattered #defines in OSCAR changing
nullptr to NULL (an int). Since OSCAR now requires C++11, and nullptr
is a keyword in C++11, these #defines can go.

Resolves issue #5.
2020-02-18 15:22:51 -05:00
..
common.h Remove redefinition of nullptr that caused compilation errors under Qt 5.14. 2020-02-18 15:22:51 -05:00
edfparser.cpp fix dumpStr faults 2019-09-22 17:22:48 -04:00
edfparser.h Added Annotation dump program and fixed edfparser to make it work 2019-08-04 21:49:17 -04:00
main.cpp fix dumpStr faults 2019-09-22 17:22:48 -04:00