From cd1b9f7c11c73ef0df0ce66c53466c979a3a4d42 Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 12 Mar 2005 02:13:52 +0000 Subject: And I'm wondering why opie sometimes is that slow. Hopefully reduced the calls to opie-eye for images in documenttab when changing layout and so on. --- (limited to 'core/launcher/launcherview.h') diff --git a/core/launcher/launcherview.h b/core/launcher/launcherview.h index 6a2d197..792c6d1 100644 --- a/core/launcher/launcherview.h +++ b/core/launcher/launcherview.h @@ -153,6 +153,7 @@ signals: void sig_Thumbnail(const QPixmap&,const QString&,int); protected: + QTimer requestTimer; PixmapInfos m_inThumbNail; }; @@ -214,6 +215,9 @@ public: static QMap* sm_EyeCache; + virtual void setPalette(const QPalette & palette); + virtual void unsetPalette(); + protected: virtual void timerEvent( QTimerEvent *te ); void styleChange( QStyle &old ); -- cgit v0.9.0.2