From f69267242fbf40f513dc2a2b019f0e76c9661988 Mon Sep 17 00:00:00 2001 From: laserpants Date: Tue, 14 Jun 2016 02:32:26 +0300 Subject: [PATCH] add reminder to add option to left-align label --- lib/checkable.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/checkable.h b/lib/checkable.h index ae585f0..4dcbed0 100644 --- a/lib/checkable.h +++ b/lib/checkable.h @@ -5,6 +5,10 @@ class CheckablePrivate; +/* + * @TODO: add option for showing label on the left of icon + */ + class Checkable : public QAbstractButton { Q_OBJECT