diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-27 11:51:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-27 11:51:59 +0900 |
commit | 01d88b2886ada398c883a44410827b11b907e512 (patch) | |
tree | a293fc2e5c18385408a922ea6544052b9b9bb103 /tdeutils/tdecmoduleproxy.h | |
parent | d4b2ca0550eeacd278c638664b43464239342244 (diff) | |
download | tdelibs-01d88b2886ada398c883a44410827b11b907e512.tar.gz tdelibs-01d88b2886ada398c883a44410827b11b907e512.zip |
Added support for handbookDocPath(). This relates to bug 1850.
Diffstat (limited to 'tdeutils/tdecmoduleproxy.h')
-rw-r--r-- | tdeutils/tdecmoduleproxy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tdeutils/tdecmoduleproxy.h b/tdeutils/tdecmoduleproxy.h index 3d2b1ca82..f5b570125 100644 --- a/tdeutils/tdecmoduleproxy.h +++ b/tdeutils/tdecmoduleproxy.h @@ -158,6 +158,11 @@ public: const TDEAboutData * aboutData() const; /** + * @return the module's handbookDocPath() + */ + TQString handbookDocPath() const; + + /** * @return the module's handbookSection() */ TQString handbookSection() const; |