-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Removing QWidget dependency from src/core. #6280
Conversation
94a6d9c
to
21ee278
Compare
I need to get this merged... |
@droidmonkey there's still a few things I need to figure out. I'm not sure where what to do with the |
I'll give it a looksie |
@droidmonkey also it looks like the |
7b9ed30
to
5830d52
Compare
Codecov Report
@@ Coverage Diff @@
## develop #6280 +/- ##
===========================================
- Coverage 64.16% 64.14% -0.02%
===========================================
Files 333 333
Lines 42051 42018 -33
===========================================
- Hits 26978 26949 -29
+ Misses 15073 15069 -4
Continue to review full report at Codecov.
|
@droidmonkey @phoerious I've rebased this one, it's ready for another round of reviews. Let me know what you think about the |
5830d52
to
c7601be
Compare
@droidmonkey Is that the random
|
Yes these "test if the database saved correctly" checks need to be made more robust. |
c7601be
to
d137f90
Compare
d137f90
to
30c403d
Compare
30c403d
to
70c2d37
Compare
I made the fixes and removed some unnecessary functions in Icon.cpp. This is ready for merging IMO. |
Fixes #1714
Testing strategy
Unit tests. Will also do some manual testing.
Type of change