mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
switched to async loading of ids statistics
This commit is contained in:
parent
4af3f3742a
commit
7d12a7a085
4 changed files with 108 additions and 74 deletions
|
|
@ -26,6 +26,7 @@ class QPainter;
|
|||
class Histogram
|
||||
{
|
||||
public:
|
||||
Histogram();
|
||||
Histogram(double start, double end, int bins);
|
||||
|
||||
void draw(QPainter *painter) const ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue