diff options
Diffstat (limited to 'src/gui/widgets/qcheckbox.h')
-rw-r--r-- | src/gui/widgets/qcheckbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qcheckbox.h b/src/gui/widgets/qcheckbox.h index 7b6292d..95da261 100644 --- a/src/gui/widgets/qcheckbox.h +++ b/src/gui/widgets/qcheckbox.h @@ -65,6 +65,7 @@ public: QSize sizeHint() const; + QSize minimumSizeHint() const; void setTristate(bool y = true); bool isTristate() const; |