mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-16 02:19:34 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue