FIXED: gui/ForumsDialog.cpp:624: error: call of overloaded `QTreeWidgetItem(NULL)' is ambiguous

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@577 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-06-06 16:38:59 +00:00
parent 5f3c9873fc
commit 0108a247a5

View file

@ -621,7 +621,7 @@ void ForumsDialog::insertThreads()
QTreeWidgetItem *child = NULL; QTreeWidgetItem *child = NULL;
if (flatView) if (flatView)
{ {
child = new QTreeWidgetItem(NULL); child = new QTreeWidgetItem();
} }
else else
{ {