Commit 3829adf2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Open: fix a broken CONNECT, found by Trax.

parent a73dc097
......@@ -134,7 +134,8 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
updateMRL() );
CONNECT( ui.sizeSubComboBox, currentIndexChanged( int ), this,
updateMRL() );
CONNECT( lineFileEdit, textChanged( QString ), this, browseFile() );
/* CONNECT( lineFileEdit, textChanged( QString ), this, browseFile() );*/
}
FileOpenPanel::~FileOpenPanel()
......
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