Commit 36702f51 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Remove stupid this->

parent aac1f4c6
......@@ -96,7 +96,7 @@ GotoTimeDialog::~GotoTimeDialog()
void GotoTimeDialog::cancel()
{
timeEdit->setTime( QTime( 0, 0, 0) );
this->toggleVisible();
toggleVisible();
}
void GotoTimeDialog::close()
......@@ -107,6 +107,6 @@ void GotoTimeDialog::close()
( QTime( 0, 0, 0 ).msecsTo( timeEdit->time() ) ) * 1000;
var_SetTime( THEMIM->getInput(), "time", i_time );
}
this->toggleVisible();
toggleVisible();
timeEdit->setTime( QTime( 0, 0, 0) );
}
......@@ -202,7 +202,7 @@ void MediaInfoDialog::clear()
void MediaInfoDialog::close()
{
this->toggleVisible();
toggleVisible();
/* if dialog is closed, revert editing if not saved */
if( MP->isInEditMode() )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment