aboutsummaryrefslogtreecommitdiff
path: root/debug_functions.h
blob: 6feaf90a59b88d8997ea2400f9c1cddf30744457 (plain)
1
2
3
4
5
6
7
8
9
#ifndef DEBUG_FUNCTIONS_H
#define DEBUG_FUNCTIONS_H

#include <QString>

void call_error(QString message);
void call_notice(QString message);

#endif // DEBUG_FUNCTIONS_H