equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of VideoServiceBrowse Stub |
14 * Description: Implementation of VideoServiceBrowse Stub |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: % |
18 // Version : %version: 3 % |
19 |
19 |
20 #include <hbapplication.h> |
20 #include <hbapplication.h> |
21 |
21 |
22 #include "videoservices.h" |
22 #include "videoservices.h" |
23 #include "videoservicebrowse.h" |
23 #include "videoservicebrowse.h" |
81 Browse videos. |
81 Browse videos. |
82 \param title, Title of the embedded Videos application. |
82 \param title, Title of the embedded Videos application. |
83 \param category, Category which type of videos are browsed. |
83 \param category, Category which type of videos are browsed. |
84 \return None. |
84 \return None. |
85 */ |
85 */ |
86 void VideoServiceBrowse::browseVideos(const QString &title, int category) |
86 void VideoServiceBrowse::browseVideos(const QString &title, |
|
87 int category, |
|
88 int sortRole) |
87 { |
89 { |
|
90 Q_UNUSED(title); |
|
91 Q_UNUSED(category); |
|
92 Q_UNUSED(sortRole); |
|
93 |
88 // not stubbed |
94 // not stubbed |
89 } |
95 } |
90 |
96 |
91 // End of file |
97 // End of file |