mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kutils: add TODO for KMediaWidget
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f27ab85ce6
commit
7ba06852a7
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ KMediaWidget::KMediaWidget(QWidget *parent, KMediaOptions options)
|
|||
: QWidget(parent),
|
||||
d(new KMediaWidgetPrivate(this))
|
||||
{
|
||||
// TODO: show a buffering indicator somewhere (KPixmapSequence("process-working", 22))
|
||||
|
||||
d->m_ui = new Ui_KMediaWidgetUI();
|
||||
d->m_ui->setupUi(this);
|
||||
d->m_player = new KMediaPlayer(d->m_ui->w_player);
|
||||
|
|
Loading…
Add table
Reference in a new issue