Fixed sorting (case insensitive, numbers) in SearchDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5207 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-06-09 14:14:04 +00:00
parent e5a25b94f0
commit 0989897696
5 changed files with 65 additions and 28 deletions

View file

@ -86,6 +86,9 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WFlags flags)
ChatLobbyWidget::~ChatLobbyWidget()
{
if (compareRole) {
delete(compareRole);
}
}
void ChatLobbyWidget::lobbyTreeWidgetCostumPopupMenu()