From b4a58a71abd311c38642575d7fe6fd97fd60dd68 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Wed, 20 Aug 2014 16:14:12 +0200 Subject: [PATCH] adjusted comments --- kstyle/breezestyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index 475fafec..698c79ad 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -5326,7 +5326,7 @@ namespace Breeze // direction const bool horizontal( sliderOption->orientation == Qt::Horizontal ); - // do not render tickmarks + // tickmarks if( sliderOption->subControls & SC_SliderTickmarks ) { const bool upsideDown( sliderOption->upsideDown );