From a1cb5750328eb4e6d232568c5cc5b8ba7ef99eb5 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 22 Aug 2004 23:17:08 +0000 Subject: Buffer painting which is hopefully flicker free and it works with Phase and Liquid Styles --- (limited to 'noncore/tools/clock/analogclock.h') diff --git a/noncore/tools/clock/analogclock.h b/noncore/tools/clock/analogclock.h index 3aa035e..2287888 100644 --- a/noncore/tools/clock/analogclock.h +++ b/noncore/tools/clock/analogclock.h @@ -28,6 +28,7 @@ class AnalogClock : public QFrame Q_OBJECT public: AnalogClock( QWidget *parent=0, const char *name=0 ); + ~AnalogClock(); QSizePolicy sizePolicy() const; @@ -42,7 +43,7 @@ private: QTime currTime; QTime prevTime; - bool clear; + QPixmap *_pixmap; }; #endif -- cgit v0.9.0.2