QtPass 1.5.1
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
debughelper.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2016 Anne Jan Brouwer
2// SPDX-License-Identifier: GPL-3.0-or-later
3#ifndef SRC_DEBUGHELPER_H_
4#define SRC_DEBUGHELPER_H_
5
6#include <QDebug>
7
8// this is soooooo ugly...
9#define dbg() qDebug() << __FILE__ ":" << __LINE__
10
11#endif // SRC_DEBUGHELPER_H_