Add qDebug operators for several kmymoney related classes

Authored by habacker on Aug 16 2017, 7:41 PM.

Description

Add qDebug operators for several kmymoney related classes

This makes it easier to find complex bugs by outputting the
internal state instead of inspecting the variables one by
one in the debugger.

To use for example on a transaction it could be called as

qDebug() << transaction;

where transaction is an instance of class MyMoneyTransaction.

CCBUG:264009

Details

Committed
habackerAug 16 2017, 7:44 PM
Parents
R261:0836d385d0a8: Google translator has found something better
Branches
Unknown
Tags
Unknown