Refer to views by KMyMoneyViewBase
ClosedPublic

Authored by wojnilowicz on Mar 18 2018, 7:42 PM.

Details

Summary

I want to refer to the views in a generic way in order to be able to manage them in a simple way i.e. through viewFrames and viewBases.
It's not possible fully right now, so many static_cast appears, but they will disappear with an advent of reworked signals framework.

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wojnilowicz requested review of this revision.Mar 18 2018, 7:42 PM
wojnilowicz created this revision.

Select payees view, select payee with transactions, select transaction tab of that payee, double click on a transaction -> crash

I have not investigated why that is or if it is due to my data, but I can reproduce it every time.

No crash this time.

tbaumgart accepted this revision as: tbaumgart.Mar 21 2018, 7:24 PM

Works for me now. I did not find any anomalies.

This revision is now accepted and ready to land.Mar 21 2018, 7:24 PM
This revision was automatically updated to reflect the committed changes.