mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed debug output
This commit is contained in:
parent
37b53033db
commit
69c6860d8d
@ -1227,8 +1227,6 @@ public:
|
||||
bool date_left = data(COLUMN_THREAD_DATE,ROLE_THREAD_SORT).toUInt(); // this is used by the sorting model to put all posts on top
|
||||
bool date_right = other.data(COLUMN_THREAD_DATE,ROLE_THREAD_SORT).toUInt(); // this is used by the sorting model to put all posts on top
|
||||
|
||||
std::cerr << "left: " << date_left << " right: " << date_right << ": order = " << m_header->sortIndicatorOrder() << std::endl;
|
||||
|
||||
if(date_left ^ date_right)
|
||||
return (m_header->sortIndicatorOrder()==Qt::AscendingOrder)?date_right:date_left ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user