Fix name of examples in README and such, since they got renamed

This commit is contained in:
Sergio Martins
2022-06-11 13:20:26 +01:00
parent b75a10b9eb
commit 78025d1e34
7 changed files with 52 additions and 164 deletions

View File

@@ -97,7 +97,7 @@ public:
* @param widget The QWidget (or QQuickItem if built with QtQuick support) that you
* want to set.
*
* Example: kddockwidgets_example --central-widget
* Example: examples/qtwidgets_dockwidgets --central-widget
*/
Q_INVOKABLE void setPersistentCentralWidget(std::shared_ptr<ViewWrapper> widget);
std::shared_ptr<ViewWrapper> persistentCentralWidget() const;