mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
42286dd976
commit
9d2fa1bcb5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user