mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
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:
parent
5f3c9873fc
commit
0108a247a5
@ -621,7 +621,7 @@ void ForumsDialog::insertThreads()
|
||||
QTreeWidgetItem *child = NULL;
|
||||
if (flatView)
|
||||
{
|
||||
child = new QTreeWidgetItem(NULL);
|
||||
child = new QTreeWidgetItem();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user