diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 01:44:40 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 01:44:40 +0200 |
commit | 24c7c2f6f1429103d922ef940c0e17a3d4778059 (patch) | |
tree | 76ab9ac2c9fade7db77f64424a17c478979d8a8b /libsowatch/graphicswatchlet.cpp | |
parent | ea5123cb6b30d5ab083ee3821269537b1d31b9f0 (diff) | |
download | sowatch-24c7c2f6f1429103d922ef940c0e17a3d4778059.tar.gz sowatch-24c7c2f6f1429103d922ef940c0e17a3d4778059.zip |
ABI change: Watchlet now depends on Watch, not WatchServer
Diffstat (limited to 'libsowatch/graphicswatchlet.cpp')
-rw-r--r-- | libsowatch/graphicswatchlet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsowatch/graphicswatchlet.cpp b/libsowatch/graphicswatchlet.cpp index 08441b0..a755c29 100644 --- a/libsowatch/graphicswatchlet.cpp +++ b/libsowatch/graphicswatchlet.cpp @@ -7,8 +7,8 @@ using namespace sowatch; -GraphicsWatchlet::GraphicsWatchlet(WatchServer* server, const QString& id) - : Watchlet(server, id), +GraphicsWatchlet::GraphicsWatchlet(Watch* watch, const QString& id) + : Watchlet(watch, id), _scene(0), _frameTimer(), _fullUpdateMode(false), _damaged() { |