mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -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/misc.h"
|
||||||
#include "util/qtthreadsutils.h"
|
#include "util/qtthreadsutils.h"
|
||||||
|
|
||||||
|
#ifdef TODO
|
||||||
static QColor colorScale(float f)
|
static QColor colorScale(float f)
|
||||||
{
|
{
|
||||||
if(f == 0)
|
if(f == 0)
|
||||||
|
@ -51,6 +52,7 @@ static QColor colorScale(float f)
|
||||||
else
|
else
|
||||||
return QColor::fromHsv((int)((1.0-f)*280),200,255) ;
|
return QColor::fromHsv((int)((1.0-f)*280),200,255) ;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
GxsIdStatistics::GxsIdStatistics(QWidget *parent)
|
GxsIdStatistics::GxsIdStatistics(QWidget *parent)
|
||||||
: RsAutoUpdatePage(4000,parent)
|
: RsAutoUpdatePage(4000,parent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue