Included patch to compile on OpenSUSE 11.4 (from AsamK)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-05-24 10:25:43 +00:00
parent c45e7562bb
commit eae57516c5
3 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "UPnPBase.h"
#include <stdio.h>
#include <string.h>
#include <algorithm> // For transform()

View File

@ -29,6 +29,7 @@
#include <sstream>
#include <memory>
#include <vector>
#include <string.h>
#include <upnp/upnp.h>
#include <upnp/upnptools.h>

View File

@ -361,6 +361,7 @@ QTreeWidgetItem *GroupTreeWidget::getItemFromId(const QString &id)
return item;
}
}
return NULL ;
}
QTreeWidgetItem *GroupTreeWidget::activateId(const QString &id, bool focus)