mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-01 20:52:05 -04:00
Merge pull request #50 from chozabu/forum_additions
enable customisation of columns in forum thread widget
This commit is contained in:
commit
627dcc01a0
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
||||||
ui->subscribeToolButton->setToolTip(tr("<p>Subscribing to the forum will gather \
|
ui->subscribeToolButton->setToolTip(tr("<p>Subscribing to the forum will gather \
|
||||||
available posts from your subscribed friends, and make the \
|
available posts from your subscribed friends, and make the \
|
||||||
forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p>"));
|
forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p>"));
|
||||||
|
ui->threadTreeWidget->enableColumnCustomize(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsForumThreadWidget::~GxsForumThreadWidget()
|
GxsForumThreadWidget::~GxsForumThreadWidget()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue