summaryrefslogtreecommitdiff
path: root/liveview/liveview.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:23:00 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-08 18:23:00 +0200
commit13042ef2cbf0f7e83146161d05a77cad57ea8ebf (patch)
treed1c1178c3e64264dc81e2fe53ac5f8e5d80df922 /liveview/liveview.cpp
parentccd19d2b7ee4184503ea46b98333b27a5613190e (diff)
downloadsowatch-13042ef2cbf0f7e83146161d05a77cad57ea8ebf.tar.gz
sowatch-13042ef2cbf0f7e83146161d05a77cad57ea8ebf.zip
fix a few license issues
Diffstat (limited to 'liveview/liveview.cpp')
-rw-r--r--liveview/liveview.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/liveview/liveview.cpp b/liveview/liveview.cpp
index b6644d8..bd0cdbe 100644
--- a/liveview/liveview.cpp
+++ b/liveview/liveview.cpp
@@ -10,6 +10,11 @@ LiveView::LiveView(ConfigKey* settings, QObject* parent) :
}
+LiveView::~LiveView()
+{
+
+}
+
QPaintEngine* LiveView::paintEngine() const
{
return 0; // TODO
@@ -91,3 +96,13 @@ void LiveView::vibrate(int msecs)
{
}
+
+void LiveView::setupBluetoothWatch()
+{
+
+}
+
+void LiveView::desetupBluetoothWatch()
+{
+
+}