Commit 1d6ed61e authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

qt4: save and restore the position of the GotoTime dialog

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 33299a4d
...@@ -74,10 +74,13 @@ GotoTimeDialog::GotoTimeDialog( intf_thread_t *_p_intf) ...@@ -74,10 +74,13 @@ GotoTimeDialog::GotoTimeDialog( intf_thread_t *_p_intf)
BUTTONACT( gotoButton, close() ); BUTTONACT( gotoButton, close() );
BUTTONACT( cancelButton, cancel() ); BUTTONACT( cancelButton, cancel() );
BUTTONACT( resetButton, reset() ); BUTTONACT( resetButton, reset() );
QVLCTools::restoreWidgetPosition( p_intf, "gototimedialog", this );
} }
GotoTimeDialog::~GotoTimeDialog() GotoTimeDialog::~GotoTimeDialog()
{ {
QVLCTools::saveWidgetPosition( p_intf, "gototimedialog", this );
} }
void GotoTimeDialog::toggleVisible() void GotoTimeDialog::toggleVisible()
......
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