1 2 3 4 5 6 7 8
#ifndef DEBUG_FUNCTIONS_H #define DEBUG_FUNCTIONS_H #include <QString> void call_error(QString message); #endif // DEBUG_FUNCTIONS_H