mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue