Skip to content
Commit 9ab64ddd authored by Ralf Habacker's avatar Ralf Habacker
Browse files

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
parent 0836d385
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment