mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-19 14:55:54 -04:00
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:
parent
c45e7562bb
commit
eae57516c5
@ -28,6 +28,7 @@
|
||||
|
||||
#include "UPnPBase.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <algorithm> // For transform()
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <sstream>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string.h>
|
||||
|
||||
#include <upnp/upnp.h>
|
||||
#include <upnp/upnptools.h>
|
||||
|
@ -361,6 +361,7 @@ QTreeWidgetItem *GroupTreeWidget::getItemFromId(const QString &id)
|
||||
return item;
|
||||
}
|
||||
}
|
||||
return NULL ;
|
||||
}
|
||||
|
||||
QTreeWidgetItem *GroupTreeWidget::activateId(const QString &id, bool focus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user