|
|
|
@ -633,7 +633,7 @@ void KompareModelList::slotSelectionChanged( const Diff2::DiffModel* model, cons
|
|
|
|
|
// This method will signal all the other objects about a change in selection,
|
|
|
|
|
// it will emit setSelection( const DiffModel*, const Difference* ) to all who are connected
|
|
|
|
|
kdDebug(8101) << "KompareModelList::slotSelectionChanged( " << model << ", " << diff << " )" << endl;
|
|
|
|
|
kdDebug(8101) << "Sender is : " << TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender()))->className() << endl;
|
|
|
|
|
kdDebug(8101) << "Sender is : " << sender()->className() << endl;
|
|
|
|
|
// kdDebug(8101) << kdBacktrace() << endl;
|
|
|
|
|
|
|
|
|
|
m_selectedModel = const_cast<DiffModel*>(model);
|
|
|
|
@ -668,7 +668,7 @@ void KompareModelList::slotSelectionChanged( const Diff2::Difference* diff )
|
|
|
|
|
// This method will emit setSelection( const Difference* ) to whomever is listening
|
|
|
|
|
// when for instance in kompareview the selection has changed
|
|
|
|
|
kdDebug(8101) << "KompareModelList::slotSelectionChanged( " << diff << " )" << endl;
|
|
|
|
|
kdDebug(8101) << "Sender is : " << TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender()))->className() << endl;
|
|
|
|
|
kdDebug(8101) << "Sender is : " << sender()->className() << endl;
|
|
|
|
|
|
|
|
|
|
m_selectedDifference = const_cast<Difference*>(diff);
|
|
|
|
|
|
|
|
|
|