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

List:       kde-commits
Subject:    KDE/kdebase/apps/konsole/src
From:       Dirk Mueller <mueller () kde ! org>
Date:       2008-05-26 11:46:55
Message-ID: 1211802415.026921.4865.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 812785 by mueller:

unless I'm really missing something, this is a perfect noop


 M  +2 -4      EditProfileDialog.cpp  


--- trunk/KDE/kdebase/apps/konsole/src/EditProfileDialog.cpp #812784:812785
@@ -594,11 +594,9 @@
 void EditProfileDialog::delayedPreview(int property , const QVariant& value)
 {
     _delayedPreviewProperties.insert(property,value); 
-    QTimer* timer = new QTimer(this);
-    timer->setSingleShot(true);
 
     _delayedPreviewTimer->stop();
-    _delayedPreviewTimer->start(300);    
+    _delayedPreviewTimer->start(300);
 }
 void EditProfileDialog::delayedPreviewActivate()
 {
@@ -615,7 +613,7 @@
 {
     QHash<Profile::Property,QVariant> map;
     map.insert((Profile::Property)property,value);
-    
+
     _delayedPreviewProperties.remove(property);
 
     const Profile::Ptr original = lookupProfile();
[prev in list] [next in list] [prev in thread] [next in thread] 

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