summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/qmafwwatchletplugin.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-09-04 03:27:30 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-09-04 03:27:30 +0200
commit4e10566c9b0c4fb723ad68e44ae4c231e6959323 (patch)
tree6f8aaa80a481b08e7827750e40b1c923ffc29046 /qmafwwatchlet/qmafwwatchletplugin.cpp
parent2f631362b54180252d0daa34f359338860a8782b (diff)
downloadsowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.tar.gz
sowatch-4e10566c9b0c4fb723ad68e44ae4c231e6959323.zip
improve media player's watchlet volume change
Diffstat (limited to 'qmafwwatchlet/qmafwwatchletplugin.cpp')
-rw-r--r--qmafwwatchlet/qmafwwatchletplugin.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/qmafwwatchlet/qmafwwatchletplugin.cpp b/qmafwwatchlet/qmafwwatchletplugin.cpp
index 713c199..f2ec355 100644
--- a/qmafwwatchlet/qmafwwatchletplugin.cpp
+++ b/qmafwwatchlet/qmafwwatchletplugin.cpp
@@ -8,10 +8,6 @@ QMafwWatchletPlugin::QMafwWatchletPlugin(QObject *parent) :
{
}
-QMafwWatchletPlugin::~QMafwWatchletPlugin()
-{
-}
-
QStringList QMafwWatchletPlugin::watchlets()
{
QStringList l;
@@ -23,7 +19,7 @@ WatchletPluginInterface::WatchletInfo QMafwWatchletPlugin::describeWatchlet(cons
{
WatchletInfo info;
if (id != "com.javispedro.sowatch.qmafw") return info;
- info.name = "Music player";
+ info.name = tr("Music player");
info.icon = QUrl::fromLocalFile(SOWATCH_QML_DIR "/qmafwwatchlet/icon.png");
return info;
}