Fixed compile on Linux.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3939 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-27 10:46:26 +00:00
parent 42286dd976
commit 9d2fa1bcb5

View File

@ -25,6 +25,8 @@
#include "RSItemDelegate.h"
#include "PopularityDefs.h"
#include <stdint.h>
#define COLUMN_NAME 0
#define COLUMN_POPULARITY 1
#define COLUMN_COUNT 2
@ -96,6 +98,8 @@ void GroupTreeWidget::customContextMenuRequested(const QPoint &pos)
void GroupTreeWidget::currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous)
{
Q_UNUSED(previous);
QString id;
if (current) {