Better name for alongside slot.
This commit is contained in:
parent
b665b7192e
commit
cad8845f12
@ -471,7 +471,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
|||||||
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
||||||
|
|
||||||
connect( m_beforePartitionBarsView->selectionModel(), SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ),
|
connect( m_beforePartitionBarsView->selectionModel(), SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ),
|
||||||
this, SLOT( doAlongsideSelectedPartition( QModelIndex, QModelIndex ) ),
|
this, SLOT( doAlongsideSetupSplitter( QModelIndex, QModelIndex ) ),
|
||||||
Qt::UniqueConnection );
|
Qt::UniqueConnection );
|
||||||
break;
|
break;
|
||||||
case NoChoice:
|
case NoChoice:
|
||||||
@ -483,8 +483,8 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ChoicePage::doAlongsideSelectedPartition( const QModelIndex& current,
|
ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
|
||||||
const QModelIndex& previous )
|
const QModelIndex& previous )
|
||||||
{
|
{
|
||||||
Q_UNUSED( previous );
|
Q_UNUSED( previous );
|
||||||
if ( !current.isValid() )
|
if ( !current.isValid() )
|
||||||
|
@ -72,7 +72,7 @@ signals:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
||||||
void doAlongsideSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setNextEnabled( bool enabled );
|
void setNextEnabled( bool enabled );
|
||||||
|
Loading…
Reference in New Issue
Block a user