summaryrefslogtreecommitdiffstats
path: root/src/debughelper.h
blob: be64a422c2c4e4f0784e954539079ab70669ba2a (plain)
1
2
3
4
5
6
7
8
9
#ifndef DEBUG_H
#define DEBUG_H

#include <QDebug>

//  this is soooooo ugly...
#define dbg() qDebug() << __FILE__ ":" << __LINE__

#endif // DEBUG_H