Fix typo in ToolTipArea documentation

Change-Id: I6a823b1356099f364d0bd59e3f3a0daa137f1ae7
This commit is contained in:
Martin Klapetek 2015-06-05 14:34:56 +02:00
parent 5caba3cfaf
commit 70cf70be3a

View File

@ -55,7 +55,7 @@ class ToolTipDialog;
* icon: "plasma"
* // alternatively, you can specify your own component
* // to be loaded when the tooltip shows
* mainComponent: Component {
* mainItem: Component {
* YourCustomItem { ... }
* }
* ... }