fixed compilation on ubuntu (apparently QTreeWidgetItem(NULL) is not accepted

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-07-28 13:52:54 +00:00
parent eb16607601
commit 0d72ad1806
3 changed files with 5 additions and 5 deletions

View file

@ -2163,7 +2163,7 @@ void ForumsV2Dialog::loadForumChildMsg(const RsForumV2Msg &msg, QTreeWidgetItem
if (mThreadLoad.FlatView)
{
child = new QTreeWidgetItem(NULL); // no Parent.
child = new QTreeWidgetItem(); // no Parent.
}
else
{