mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
pass over compiler warnings
This commit is contained in:
parent
c2ae4fc904
commit
927f782bef
23 changed files with 66 additions and 73 deletions
|
|
@ -65,7 +65,7 @@ void AvatarDefs::getAvatarFromSslId(const RsPeerId& sslId, QPixmap &avatar, cons
|
|||
}
|
||||
void AvatarDefs::getAvatarFromGxsId(const RsGxsId& gxsId, QPixmap &avatar, const QString& defaultImage)
|
||||
{
|
||||
int size = 0;
|
||||
//int size = 0;
|
||||
|
||||
/* get avatar */
|
||||
RsIdentityDetails details ;
|
||||
|
|
|
|||
|
|
@ -524,7 +524,7 @@ void RSGraphWidget::paintTotals()
|
|||
float FS = QFontMetricsF(font()).height();
|
||||
float fact = FS/14.0 ;
|
||||
|
||||
int x = SCALE_WIDTH*fact + FS, y = 0;
|
||||
//int x = SCALE_WIDTH*fact + FS, y = 0;
|
||||
int rowHeight = FS;
|
||||
|
||||
#if !defined(Q_OS_MAC)
|
||||
|
|
@ -626,7 +626,7 @@ void RSGraphWidget::wheelEvent(QWheelEvent *e)
|
|||
|
||||
void RSGraphWidget::paintLegend()
|
||||
{
|
||||
int bottom = _rec.height();
|
||||
//int bottom = _rec.height();
|
||||
|
||||
std::vector<QPointF> vals ;
|
||||
_source->getCurrentValues(vals) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue