mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Changed PersonEntry::operator=, returned *this
Removed not needed include git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3402 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
66f3c7fee8
commit
09ec26e387
@ -173,7 +173,7 @@ DirEntry &operator=(DirEntry &src)
|
||||
{
|
||||
DirEntry *pdest = this;
|
||||
(*pdest) = src;
|
||||
return src;
|
||||
return *this;
|
||||
}
|
||||
|
||||
/* Data */
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <QDomDocument>
|
||||
#include <QDir>
|
||||
#include <rshare.h>
|
||||
#include "gui/MainWindow.h"
|
||||
#include "gui/settings/rsharesettings.h"
|
||||
|
||||
#include "helpbrowser.h"
|
||||
|
Loading…
Reference in New Issue
Block a user