add reminder to add option to left-align label

This commit is contained in:
laserpants 2016-06-14 02:32:26 +03:00
parent c0c57cb7c6
commit f69267242f
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
class CheckablePrivate; class CheckablePrivate;
/*
* @TODO: add option for showing label on the left of icon
*/
class Checkable : public QAbstractButton class Checkable : public QAbstractButton
{ {
Q_OBJECT Q_OBJECT