[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/imageplugins/channelmixer
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2010-02-19 19:14:20
Message-ID: 1266606860.219852.6662.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1092935 by cgilles:

polish


 M  +10 -10    channelmixertool.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/channelmixer/channelmixertool.cpp #1092934:1092935
@@ -76,7 +76,7 @@
         configHistogramChannelEntry("Histogram Channel"),
         configHistogramScaleEntry("Histogram Scale"),
         destinationPreviewData(0),
-        settingsView(0),        
+        settingsView(0),
         previewWidget(0),
         gboxSettings(0)
         {}
@@ -86,9 +86,9 @@
     const QString       configHistogramScaleEntry;
 
     uchar*              destinationPreviewData;
-      
+
     MixerSettings*      settingsView;
-    
+
     ImageRegionWidget*  previewWidget;
     EditorToolSettings* gboxSettings;
 };
@@ -106,7 +106,7 @@
     d->previewWidget = new ImageRegionWidget;
     setToolView(d->previewWidget);
     setPreviewModeMask(PreviewToolBar::AllPreviewModes);
-    
+
     // -------------------------------------------------------------
 
     d->gboxSettings = new EditorToolSettings;
@@ -118,25 +118,25 @@
                                 EditorToolSettings::Try);
 
     d->gboxSettings->setTools(EditorToolSettings::Histogram);
-    d->gboxSettings->setHistogramType(Digikam::RGB);
+    d->gboxSettings->setHistogramType(RGB);
 
     // -------------------------------------------------------------
-    
+
     d->settingsView = new MixerSettings(d->gboxSettings->plainPage());
     setToolSettings(d->gboxSettings);
     init();
 
     // -------------------------------------------------------------
-    
+
     connect(d->settingsView, SIGNAL(signalSettingsChanged()),
             this, SLOT(slotTimer()));
-            
+
     connect(d->previewWidget, SIGNAL(signalResized()),
             this, SLOT(slotEffect()));
-            
+
     connect(d->gboxSettings, SIGNAL(signalChannelChanged()),
             this, SLOT(slotChannelChanged()));
-            
+
     connect(d->settingsView, SIGNAL(signalMonochromeActived(bool)),
             this, SLOT(slotMonochromeActived(bool)));
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic