summaryrefslogtreecommitdiff
path: root/libsowatch/watch.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-11 16:10:50 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-11 16:10:50 +0200
commitbc899047089079dde323e84a57efe46ce6af653d (patch)
treec88ef2bc6d1876518b285db15e5a400c6c4795a4 /libsowatch/watch.h
parent4b5bbdea7bdb6defc88023ba65f7aec1a7439977 (diff)
downloadsowatch-bc899047089079dde323e84a57efe46ce6af653d.tar.gz
sowatch-bc899047089079dde323e84a57efe46ce6af653d.zip
add the liveview paint engine
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r--libsowatch/watch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h
index 938071b..b0a2a93 100644
--- a/libsowatch/watch.h
+++ b/libsowatch/watch.h
@@ -85,6 +85,8 @@ signals:
void buttonPressed(int button);
/** A button has been pressed and then released. */
void buttonReleased(int button);
+ /** Emitted when e.g. either via the watch menu, or similar, a watchlet is requested. */
+ void watchletRequested(const QString& id);
};
}