mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-09 07:02:41 -04:00
Added a standard tab to GxsForums and FeedReader.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
999d9c3920
commit
35cc460e71
12 changed files with 252 additions and 58 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
signals:
|
||||
void treeCustomContextMenuRequested(const QPoint &pos);
|
||||
void treeCurrentItemChanged(const QString &id);
|
||||
void treeItemClicked(const QString &id);
|
||||
void treeItemActivated(const QString &id);
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent *e);
|
||||
|
@ -108,7 +108,7 @@ protected:
|
|||
private slots:
|
||||
void customContextMenuRequested(const QPoint &pos);
|
||||
void currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
|
||||
void itemClicked(QTreeWidgetItem *item, int column);
|
||||
void itemActivated(QTreeWidgetItem *item, int column);
|
||||
void filterChanged();
|
||||
|
||||
void sort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue