add reminder that checkable behavior is not implemented

This commit is contained in:
laserpants 2016-06-12 14:03:59 +03:00
parent 04d861e8ff
commit 0934f7bb01
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
class FlatButtonPrivate;
/*
* @TODO: implement checkable behavior
*/
class FlatButton : public QPushButton
{
Q_OBJECT