From 0934f7bb01a22b539fbc36f84aced994346a7766 Mon Sep 17 00:00:00 2001 From: laserpants Date: Sun, 12 Jun 2016 14:03:59 +0300 Subject: [PATCH] add reminder that checkable behavior is not implemented --- components/flatbutton.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/flatbutton.h b/components/flatbutton.h index a223eaa..d2b3f2c 100644 --- a/components/flatbutton.h +++ b/components/flatbutton.h @@ -7,6 +7,10 @@ class FlatButtonPrivate; +/* + * @TODO: implement checkable behavior + */ + class FlatButton : public QPushButton { Q_OBJECT