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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/generic/wallpapers/image
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-12-17 5:14:54
Message-ID: 20101217051454.2BFF5AC8A8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1207133 by aseigo:

cleanups


 M  +0 -7      image.cpp  


--- trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/image/image.cpp \
#1207132:1207133 @@ -281,18 +281,13 @@
 
 void Image::setConfigurationInterfaceModel()
 {
-    QTime t;
-    t.start();
     m_uiImage.m_view->setModel(m_model);
-    kDebug() << t.restart();
     connect(m_uiImage.m_view->selectionModel(), SIGNAL(currentChanged(const \
QModelIndex &, const QModelIndex &)), this, SLOT(pictureChanged(const QModelIndex \
&)));  
     QModelIndex index = m_model->indexOf(m_wallpaper);
-    kDebug() << t.restart();
     if (index.isValid()) {
         m_uiImage.m_view->setCurrentIndex(index);
     }
-    kDebug() << m_wallpaper << index << t.restart();
 }
 
 void Image::modified()
@@ -469,9 +464,7 @@
     if (m_wallpaper.isEmpty()) {
         m_slideshowBackgrounds.append(path);
         m_currentSlide = m_slideshowBackgrounds.size() - 2;
-        bool random = m_randomize;
         nextSlide();
-        m_randomize = random;
         updateWallpaperActions();
     } else {
         m_wallpaper = path;


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

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