Fixes: - API documentation for ICore

Details:  - And do some simplification/consistency.
This commit is contained in:
con
2009-01-12 14:41:24 +01:00
parent aedbdd1133
commit 349c055d47
18 changed files with 327 additions and 60 deletions

View File

@@ -44,7 +44,7 @@ namespace Core {
/* Script Manager.
* Provides a script engine that is initialized with
* QWorkBenchs interfaces and allows for running scripts.
* Qt Creator's interfaces and allows for running scripts.
* @{todo} Should it actually manage script files, too? */
class CORE_EXPORT ScriptManagerInterface : public QObject