filemanager/src/filemanager/src/fmdriverview.cpp
changeset 29 b3155376f2b4
parent 24 1d0c87b42e2e
child 35 060d0b1ab845
equal deleted inserted replaced
24:1d0c87b42e2e 29:b3155376f2b4
    79 
    79 
    80 void FmDriverView::initDiskListWidget()
    80 void FmDriverView::initDiskListWidget()
    81 {
    81 {
    82     mDriverList = new FmDriverListWidget( this );
    82     mDriverList = new FmDriverListWidget( this );
    83     connect( mDriverList, SIGNAL( activated( const QString& ) ),
    83     connect( mDriverList, SIGNAL( activated( const QString& ) ),
    84              this, SLOT( activated( const QString& ) ) );
    84              this, SLOT( activated( const QString& ) ), Qt::QueuedConnection );
    85     
    85     
    86     connect( mDriverList, SIGNAL( startSearch( const QString&,  const QString& ) ),
    86     connect( mDriverList, SIGNAL( startSearch( const QString&,  const QString& ) ),
    87              this, SLOT( startSearch( const QString&, const QString& ) ) );
    87              this, SLOT( startSearch( const QString&, const QString& ) ) );
    88     
    88     
    89     setWidget( mDriverList );
    89     setWidget( mDriverList );