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

#include <QString>
#include <QMessageBox>

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

#endif // DEBUG_FUNCTIONS_H