aboutsummaryrefslogtreecommitdiff
path: root/debug_functions.h
blob: 38275b0fce68b66bcf93174c8b45248d8a908d8e (plain)
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