equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: VideoListToolbar class source code |
14 * Description: VideoListToolbar class source code |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 1.1.2 % |
18 // Version : %version: 1.1.3 % |
19 |
19 |
20 // INCLUDE FILES |
20 // INCLUDE FILES |
21 #include <qactiongroup.h> |
21 #include <qactiongroup.h> |
22 #include <hbaction.h> |
22 #include <hbaction.h> |
23 #include <hbtoolbarextension.h> |
23 #include <hbtoolbarextension.h> |
309 // Load failed, delete service data. |
309 // Load failed, delete service data. |
310 delete service; |
310 delete service; |
311 } |
311 } |
312 } |
312 } |
313 |
313 |
314 // --------------------------------------------------------------------------- |
|
315 // openOperatorServiceSlot() |
|
316 // --------------------------------------------------------------------------- |
|
317 // |
|
318 void VideoListToolbar::openOperatorServiceSlot() |
|
319 { |
|
320 FUNC_LOG; |
|
321 |
|
322 if(mVideoOperatorServices.count() > 0) |
|
323 { |
|
324 mVideoOperatorServices[0]->launchService(); |
|
325 } |
|
326 } |
|
327 |
|
328 // ------------------------------------------------------------------------------------------------- |
314 // ------------------------------------------------------------------------------------------------- |
329 // addVideosToCollectionSlot() |
315 // addVideosToCollectionSlot() |
330 // ------------------------------------------------------------------------------------------------- |
316 // ------------------------------------------------------------------------------------------------- |
331 // |
317 // |
332 void VideoListToolbar::addVideosToCollectionSlot() |
318 void VideoListToolbar::addVideosToCollectionSlot() |