mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Fixed unused function warning
This commit is contained in:
parent
3dfe4e1288
commit
088d6f63f0
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "util/misc.h"
|
||||
#include "util/qtthreadsutils.h"
|
||||
|
||||
#ifdef TODO
|
||||
static QColor colorScale(float f)
|
||||
{
|
||||
if(f == 0)
|
||||
|
@ -51,6 +52,7 @@ static QColor colorScale(float f)
|
|||
else
|
||||
return QColor::fromHsv((int)((1.0-f)*280),200,255) ;
|
||||
}
|
||||
#endif
|
||||
|
||||
GxsIdStatistics::GxsIdStatistics(QWidget *parent)
|
||||
: RsAutoUpdatePage(4000,parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue