diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-31 12:01:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-31 12:01:24 +0900 |
commit | b9688b905acbb256fb56b18f8006e5bcbb8117f4 (patch) | |
tree | b536b329e3075ce4fa8511d3774fd1acff9b6ff6 /parts/documentation/docglobalconfigwidget.h | |
parent | d676f93b5f3a7481fc0588f087bef418879e6f78 (diff) | |
download | tdevelop-b9688b905acbb256fb56b18f8006e5bcbb8117f4.tar.gz tdevelop-b9688b905acbb256fb56b18f8006e5bcbb8117f4.zip |
Added GUI for allowing the user to manually update the Documentation Plugin lists.
Added check + information message to inform the user that he/she should update the Documentation Plugin lists when TDevelop is being run for the first time under a new TDE version.
This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/documentation/docglobalconfigwidget.h')
-rw-r--r-- | parts/documentation/docglobalconfigwidget.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/parts/documentation/docglobalconfigwidget.h b/parts/documentation/docglobalconfigwidget.h index c2d08a37..8fee856c 100644 --- a/parts/documentation/docglobalconfigwidget.h +++ b/parts/documentation/docglobalconfigwidget.h @@ -43,9 +43,10 @@ public slots: /*$PUBLIC_SLOTS$*/ virtual void collectionsBoxCurrentChanged(int box); - virtual void removeCollectionButtonClicked(); - virtual void editCollectionButtonClicked(); virtual void addCollectionButtonClicked(); + virtual void editCollectionButtonClicked(); + virtual void removeCollectionButtonClicked(); + virtual void rescanCollectionButtonClicked(); virtual void accept(); @@ -53,7 +54,8 @@ protected: /*$PROTECTED_FUNCTIONS$*/ TDEListView *activeView(); void updateConfigForHTMLParts(); - + void reloadDocumentationPlugins(); + protected slots: /*$PROTECTED_SLOTS$*/ |