mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
updated GUI for reputation
This commit is contained in:
parent
738dadadc9
commit
c17dddb79c
3 changed files with 120 additions and 250 deletions
|
@ -214,6 +214,12 @@ public:
|
|||
|
||||
/********************************************************************************************/
|
||||
/********************************************************************************************/
|
||||
|
||||
enum Opinion {
|
||||
OPINION_NEGATIVE = -1,
|
||||
OPINION_NEUTRAL = 0,
|
||||
OPINION_POSITIVE = 1
|
||||
};
|
||||
|
||||
// For Other Services....
|
||||
// It should be impossible for them to get a message which we don't have the identity.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue