mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Fix Some gcc warnings 383 to 208 lines
Left explicit #warning and deprecated. Some lines are wrong indented and produce mal formed code.
This commit is contained in:
parent
74aa55e347
commit
674b6de381
63 changed files with 379 additions and 346 deletions
|
@ -151,10 +151,10 @@ void RSGraphWidget::setShowEntry(uint32_t entry,bool b)
|
|||
|
||||
void RSGraphWidget::setSource(RSGraphSource *gs)
|
||||
{
|
||||
if(_source != NULL)
|
||||
delete _source ;
|
||||
if (_source != NULL)
|
||||
delete _source;
|
||||
|
||||
_source = gs ;
|
||||
_source = gs;
|
||||
}
|
||||
|
||||
qint64 RSGraphSource::getTime() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue