Guest User

Untitled

a guest
Jun 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 06:27 < anshaw> in QWebSettings::favIconFromUrl() it states that the icon database is not needed for this to work, is this correct because it would appear not to be based on the source code
  2. 06:31 < kbalazs> good morning codecamping qtwebkit
  3. 06:35 < elproxy> anshaw: there's also a bug with this. we don't emit the proper signal when the favicon is changed from JS
  4. 06:38 < anshaw> elproxy: but is the doc right at least, it should work without the database?
  5. 06:39 < elproxy> anshaw: mhh if you consider that it "works" atm yes, but IIRC the icondb was more or less a requirement for that other thing to work
  6. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  7. 06:40 < anshaw> elproxy: but it seems to bail out if the icondatabase is not set
  8. 06:40 < anshaw> elproxy: because QWebSettings will disable the icondatabase and thus it is not open which means synchronousIconForPageURL() will return pretty early on
  9. 06:42 < ahf> i will try to get our connection limit bumped
  10. 06:43 < anshaw> elproxy: but I take it from your statement that it is supposed to work at least :)
Add Comment
Please, Sign In to add comment