diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-28 03:15:12 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-28 03:15:12 +0200 |
commit | 3dc79838b5484aba0d805a3c5dac4c0e26503ac6 (patch) | |
tree | 71e0eb5f8fa22953a0b024b96447e04393c91fd9 /qmafwwatchlet/qmafwwatchletplayer.h | |
parent | 253c1cd0b9b61b67e3456dab6f3272208b4fb115 (diff) | |
download | sowatch-3dc79838b5484aba0d805a3c5dac4c0e26503ac6.tar.gz sowatch-3dc79838b5484aba0d805a3c5dac4c0e26503ac6.zip |
trying to fix more weird albumart behaviour
Diffstat (limited to 'qmafwwatchlet/qmafwwatchletplayer.h')
-rw-r--r-- | qmafwwatchlet/qmafwwatchletplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmafwwatchlet/qmafwwatchletplayer.h b/qmafwwatchlet/qmafwwatchletplayer.h index 4a587a6..0d035e2 100644 --- a/qmafwwatchlet/qmafwwatchletplayer.h +++ b/qmafwwatchlet/qmafwwatchletplayer.h @@ -68,6 +68,7 @@ private: void updateMediaArt(); private slots: + void handleMediaChange(); void handleChangedMetadata(const QString& s, const QList<QVariant>& l); void handleChangedState(MafwRenderer::State state); void handleMediaInfo(const MafwMediaInfo& info); |