OSDN Git Service

Fixed memberlist format.
authorHiroaki Yamamoto <admin@hysoftware.net>
Mon, 18 Oct 2010 11:07:27 +0000 (20:07 +0900)
committerHiroaki Yamamoto <admin@hysoftware.net>
Mon, 18 Oct 2010 11:07:27 +0000 (20:07 +0900)
commit039e5a844de2705b81c38cd62166253aafdf04d5
tree6bb22049685571c9c66aeccad5b4b0069878de8c
parentf02fe8aee17de83708d9b87aa5c3cb411d7eb29c
Fixed memberlist format.

Before this version, QHash<QString, AddressAndPort> is used to save memberlist. However, QHash sorts the data.
And so, I used QPair to fix this problem.
definition.h
ui/jasmine_mainwindow.cxx
ui/memberlist.h