Details
Diff Detail
- Repository
- R43 KDE PIM
- Lint
No Linters Available - Unit
No Unit Test Coverage
kmail/editor/kmcomposewin.cpp | ||
---|---|---|
1534 | don't use auto for uint please (for each simple type). |
kmail/editor/kmcomposewin.cpp | ||
---|---|---|
1538 | Do you have a test case for it ? |
kmail/editor/kmcomposewin.cpp | ||
---|---|---|
1538 | Nope. The testcase in D892 is actuatually using the X-KMail-Identity header to give the information what identity should be used to kmcomposewin. But kmcomposerwin is initalized with the default identity. And with that a slotIdentityChanged is executed (see line 1555/1545 old/new). That's why I looked inside slotIdentityChanged and see that this function compare what different settings the old and new identitiy have. And only triggers something if there is a difference. So if we set mId before the diff is not available. -> so there is a test case that scrates the sureface of slotIdentityChanged. |
kmail/editor/kmcomposewin.cpp | ||
---|---|---|
1538 | So you need to move it in 891 |