diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-30 14:50:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-30 14:50:07 +0900 |
commit | d676f93b5f3a7481fc0588f087bef418879e6f78 (patch) | |
tree | 8bcbe99d2f62e6216afa3bd9b56c99a2eb163d07 /parts/documentation/contentsview.cpp | |
parent | 565f0ae626aeff1ec26ce379abe2c3838b54cdf6 (diff) | |
download | tdevelop-d676f93b5f3a7481fc0588f087bef418879e6f78.tar.gz tdevelop-d676f93b5f3a7481fc0588f087bef418879e6f78.zip |
Added backend logic for allowing the user to manually update the Documentation Plugin lists. GUI part still to be done.
In the process, fixed some bugs related to deallocation and reinitialization of documentation catalogs and project catalogs.
This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/documentation/contentsview.cpp')
-rw-r--r-- | parts/documentation/contentsview.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parts/documentation/contentsview.cpp b/parts/documentation/contentsview.cpp index 532feefd..3707f318 100644 --- a/parts/documentation/contentsview.cpp +++ b/parts/documentation/contentsview.cpp @@ -59,9 +59,7 @@ ContentsView::~ContentsView() m_widget->index()->clear(); } -void ContentsView::itemExecuted(TQListViewItem *item, const TQPoint &// p - , int // col - ) +void ContentsView::itemExecuted(TQListViewItem *item, const TQPoint &/*p*/, int /*col*/) { DocumentationItem *docItem = dynamic_cast<DocumentationItem*>(item); if (!docItem) |