mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed unused function warning
This commit is contained in:
parent
3dfe4e1288
commit
088d6f63f0
@ -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…
Reference in New Issue
Block a user