add todo note to scroll widget

This commit is contained in:
laserpants 2016-06-20 09:16:31 +03:00
parent a5c9d0d2dd
commit edf3233cc3
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
class ScrollBarPrivate;
/*
* @TODO: Rename to ScrollBar
*/
class ScrollBar : public QScrollBar
{
Q_OBJECT