add reminder that checkable behavior is not implemented
This commit is contained in:
parent
04d861e8ff
commit
0934f7bb01
|
@ -7,6 +7,10 @@
|
|||
|
||||
class FlatButtonPrivate;
|
||||
|
||||
/*
|
||||
* @TODO: implement checkable behavior
|
||||
*/
|
||||
|
||||
class FlatButton : public QPushButton
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in New Issue