QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
debughelper.h
Go to the documentation of this file.
1#ifndef DEBUG_H
2#define DEBUG_H
3
4#include <QDebug>
5
6// this is soooooo ugly...
7#define dbg() qDebug() << __FILE__ ":" << __LINE__
8
9#endif // DEBUG_H