yacreader/YACReaderLibrary
Igor Kushnir fc57378a85 Remove unused sizeHint() from GridComicsView and ComicsViewTransition
QWidget::sizeHint() is const-qualified, so Clang warns that non-const
sizeHint() member functions merely hide the virtual function of the base
class.

664dac34010c946db4477065abd077a7f7145bcd and
9f53ae6efcfb63c90308f86d4d30230c8750e66c introduced these member
functions in 2014 without const qualifiers. QWidget::sizeHint() was
const-qualified even in Qt 3. Since these member functions have never
had any effect, they should be removed rather than const-qualified to
preserve the long-standing behaviors of the two classes.

Add a TODO for a similar but less straightforward issue with
PropertiesDialog::sizeHint().
2021-03-13 15:33:34 +02:00
..
2021-03-13 10:46:43 +01:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2019-06-01 16:04:48 +02:00
2018-08-07 11:09:02 +02:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2019-06-01 16:04:48 +02:00
2019-08-31 09:35:32 +02:00
2019-09-20 16:38:11 +02:00
2021-01-28 19:56:35 +01:00
2019-06-01 16:04:48 +02:00
2019-09-19 22:49:00 +02:00
2019-06-01 16:04:48 +02:00
2018-08-15 14:43:14 +02:00
2018-08-15 14:43:14 +02:00
2018-02-24 18:15:09 +00:00