From edf3233cc3e76e9ce164073cd61e2c88ed8aadce Mon Sep 17 00:00:00 2001 From: laserpants Date: Mon, 20 Jun 2016 09:16:31 +0300 Subject: [PATCH] add todo note to scroll widget --- components/scrollwidget.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/scrollwidget.h b/components/scrollwidget.h index 8de2cf9..4a57c30 100644 --- a/components/scrollwidget.h +++ b/components/scrollwidget.h @@ -5,6 +5,10 @@ class ScrollBarPrivate; +/* + * @TODO: Rename to ScrollBar + */ + class ScrollBar : public QScrollBar { Q_OBJECT