mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
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. |
||
---|---|---|
.. | ||
common.h | ||
edfparser.cpp | ||
edfparser.h | ||
main.cpp |