-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #402: 'deselect()' on clearing filter #490
Conversation
@annejan How can I trigger Travis again? |
Codecov Report
@@ Coverage Diff @@
## master #490 +/- ##
=========================================
+ Coverage 7.14% 9.36% +2.21%
=========================================
Files 44 46 +2
Lines 2854 2925 +71
=========================================
+ Hits 204 274 +70
- Misses 2650 2651 +1
Continue to review full report at Codecov.
|
What is the problem with |
There is no issue with It is complaining that the code coverage (which is very low anyway) went down with 0.001% or so 😉 |
Thank you for this nice and clean fix . . |
I am happy to contribute. |
Importing into CLion should be trivial . . Compiling is "just" Makefiles after the I'll have a quick look at it this afternoon |
Well . . I got this far with the CMakeLists.txt https://github.com/IJHack/QtPass/blob/CMake/CMakeLists.txt
|
My first PR as it tourned out that the fix for my issue could be really fast.