Fix typo in code snippet
This commit is contained in:
@@ -236,9 +236,9 @@ public:
|
||||
* {
|
||||
* // disallows dockFoo to be tabbed with dockBar.
|
||||
* return !(source.contains(dockFoo) && target.contains(dockBar));
|
||||
* }
|
||||
* };
|
||||
*
|
||||
* KDDockWidgets::Config::self()->setTabbingAllowedFunc(func);
|
||||
* KDDockWidgets::Config::self().setTabbingAllowedFunc(func);
|
||||
*
|
||||
* @endcode
|
||||
*/
|
||||
@@ -265,9 +265,9 @@ public:
|
||||
* {
|
||||
* // disallows dockFoo to be docked to outter areas
|
||||
* return !((loc & KDDockWidgets::DropLocation_Outter) && source.contains(dockFoo));
|
||||
* }
|
||||
* };
|
||||
*
|
||||
* KDDockWidgets::Config::self()->setDropIndicatorAllowedFunc(func);
|
||||
* KDDockWidgets::Config::self().setDropIndicatorAllowedFunc(func);
|
||||
*
|
||||
* @endcode
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user