diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-06-23 15:21:55 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-06-23 13:47:06 +0000 |
commit | 94756d42c204130909568fa981383be4b16680ff (patch) | |
tree | 5f6158e4bf026878652f897584f2aef4689b7a46 /doc/api | |
parent | f8bc4938603c2f7a277477a4e46870907117fa6b (diff) | |
download | qt-creator-94756d42c204130909568fa981383be4b16680ff.tar.gz |
WS only change
Change-Id: I922969db94e005fdbcdae74f0b6c78b1707f85e6
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/creating-plugins.qdoc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/creating-plugins.qdoc b/doc/api/creating-plugins.qdoc index f0e2310006..aaa9a009a0 100644 --- a/doc/api/creating-plugins.qdoc +++ b/doc/api/creating-plugins.qdoc @@ -46,24 +46,24 @@ \section1 Basics \list - \li \l{Getting and Building Qt Creator} - \li \l{Creating Your First Plugin} - \li \l{Plugin Meta Data} - \li \l{Plugin Life Cycle} + \li \l{Getting and Building Qt Creator} + \li \l{Creating Your First Plugin} + \li \l{Plugin Meta Data} + \li \l{Plugin Life Cycle} \endlist \section1 Design Principles \list - \li \l{The Plugin Manager, the Object Pool, and Registered Objects} - \li \l{Aggregations} - \li \l{Extending and Providing Interfaces} + \li \l{The Plugin Manager, the Object Pool, and Registered Objects} + \li \l{Aggregations} + \li \l{Extending and Providing Interfaces} \endlist \section1 Creating 3rd-Party Plugins \list - \li \l{A Note on Binary Compatibility} - \li \l{Creating User-Installable Plugins} + \li \l{A Note on Binary Compatibility} + \li \l{Creating User-Installable Plugins} \endlist */ |