mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 14:52:28 -04:00
compatible to g++11 / QT5
method suggested by cyril
This commit is contained in:
parent
5783c59463
commit
aca88308ea
9 changed files with 27 additions and 11 deletions
|
@ -118,10 +118,10 @@ private:
|
|||
RsPeerId _ssl_id ;
|
||||
RsPgpId _gpg_id ;
|
||||
|
||||
static const float MASS_FACTOR = 10 ;
|
||||
static const float FRICTION_FACTOR = 10.8 ;
|
||||
static const float REPULSION_FACTOR = 4 ;
|
||||
static const float NODE_DISTANCE = 130.0 ;
|
||||
static const float MASS_FACTOR;
|
||||
static const float FRICTION_FACTOR;
|
||||
static const float REPULSION_FACTOR;
|
||||
static const float NODE_DISTANCE;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue