From de272b8c47c3960a3fe574317fe2e6fb0c32e4af Mon Sep 17 00:00:00 2001
From: harlekin <harlekin>
Date: Mon, 10 Feb 2003 21:17:33 +0000
Subject: added a virtual refresh to the interface, in future each plugin decides how much happens during refresh call

---
diff --git a/libopie/todayplugininterface.h b/libopie/todayplugininterface.h
index 5bf5564..6ee2a06 100644
--- a/libopie/todayplugininterface.h
+++ b/libopie/todayplugininterface.h
@@ -64,6 +64,12 @@ public:
     virtual bool excludeFromRefresh() const = 0;
 
     /**
+     * Refresh that plugins view. For updating the plugins
+     *
+     */
+    virtual void refresh() {};
+
+    /**
      * minimum height the plugin at least should have
      */
     // virtual int minHeight()  const = 0;
--
cgit v0.9.0.2