mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-15 01:49:35 -04:00
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:
parent
eb16607601
commit
0d72ad1806
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue