Fix warning in newer gcc versions

remotes/origin/Applications/17.08
Albert Astals Cid 9 years ago
parent 8ecba7f6c9
commit fd5cc83e85
  1. 2
      core/textpage.cpp

@ -136,8 +136,8 @@ class TinyTextEntity
// fall through
case 3:
d.qc[2] = text.at( 2 ).unicode();
// fall through
#endif
// fall through
case 2:
d.qc[1] = text.at( 1 ).unicode();
// fall through

Loading…
Cancel
Save