Update src/Core/Crawl/guiobject.h

This commit is contained in:
Andrei Yankovich 2021-06-25 22:15:28 +03:00 committed by GitHub
parent c86637ec28
commit 2bcce4c153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,6 @@
* ```cpp
* class MyObject: public IWorldItem {
* MyObject(): IWorldItem("name", "qrc:/path/to/OwnView.qml") {
* set
* }
* }
* ```