diff options
| author | Nick Dedekind <nicholas.dedekind@gmail.com> | 2012-07-12 16:54:25 +0100 |
|---|---|---|
| committer | Nick Dedekind <nicholas.dedekind@gmail.com> | 2012-07-12 16:54:25 +0100 |
| commit | 706b1b5f07aa5211e1223b1d52b049f3f343f42c (patch) | |
| tree | fc727841530aa07a63bb982b55e66799d794d85e /dash/previews | |
| parent | 5cbcbb7692ee02c5f83cc1944750e94ae123af4d (diff) | |
| parent | 736d0528f0f6721f7cf2f14af156b74dadef91cc (diff) | |
Merged with trunk
(bzr r2419.4.16)
Diffstat (limited to 'dash/previews')
| -rw-r--r-- | dash/previews/Preview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dash/previews/Preview.h b/dash/previews/Preview.h index c28f9ea32..291d422ac 100644 --- a/dash/previews/Preview.h +++ b/dash/previews/Preview.h @@ -49,6 +49,8 @@ public: void AddProperties(GVariantBuilder* builder); protected: + virtual void Draw(nux::GraphicsEngine& GfxContext, bool force_draw) {} + virtual void DrawContent(nux::GraphicsEngine& GfxContext, bool force_draw) {} protected: dash::Preview::Ptr preview_model_; |
