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/documentation_part.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/documentation_part.h')
-rw-r--r-- | parts/documentation/documentation_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/documentation_part.h b/parts/documentation/documentation_part.h index ef59c49a..02564a3f 100644 --- a/parts/documentation/documentation_part.h +++ b/parts/documentation/documentation_part.h @@ -84,11 +84,11 @@ signals: protected: void loadDocumentationPlugins(); - void reloadDocumentationPlugins(); TDEConfig *config(); void setupActions(); void loadSettings(); void saveProjectDocumentationInfo(); + void checkLastVersion(); TQCString startAssistant(); void activateAssistantWindow(const TQCString &ref); |