Skip to content

Conversation

@rdoeffinger
Copy link
Contributor

No description provided.

It causes a huge amount of completely irrelevant warnings
on that compiler.
No idea why "or" would work at all, but definitely
fails to compile on MSVC.
@codecov
Copy link

codecov bot commented Aug 25, 2018

Codecov Report

Merging #413 into master will decrease coverage by 0.58%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #413      +/-   ##
=========================================
- Coverage    6.46%   5.87%   -0.59%     
=========================================
  Files          39      39              
  Lines        2585    2586       +1     
=========================================
- Hits          167     152      -15     
- Misses       2418    2434      +16
Impacted Files Coverage Δ
src/qtpasssettings.h 0% <ø> (ø) ⬆️
src/mainwindow.cpp 0% <0%> (ø) ⬆️
src/executor.cpp 0% <0%> (-4.62%) ⬇️
src/qtpasssettings.cpp 0.9% <37.5%> (ø) ⬆️
src/simpletransaction.h 0% <0%> (-100%) ⬇️
src/realpass.h 0% <0%> (-100%) ⬇️
src/pass.h 0% <0%> (-50%) ⬇️
src/executor.h 0% <0%> (-50%) ⬇️
src/imitatepass.h 0% <0%> (-25%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4dc9e6...68490dc. Read the comment docs.

@coveralls
Copy link

coveralls commented Aug 25, 2018

Coverage Status

Coverage decreased (-0.5%) to 5.893% when pulling 68490dc on rdoeffinger:bugfixes into b4dc9e6 on IJHack:master.

// For freshStart, proxyModel is not yet configured
// and maniplating it will assert
if (!freshStart)
ui->treeView->setRootIndex(proxyModel.mapFromSource(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please indent the line after the if. Otherwise this looks very confusing.

mapFromSource can't be called when the proxyModel
has no source model set yet.
@annejan annejan merged commit d5f9939 into IJHack:master Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants