Skip to content

Commit 59c7764

Browse files
committed
Remove unneeded Usage section in README.
The package is self-registering now so no need for this little note anyway.
1 parent f5f5758 commit 59c7764

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,6 @@ Gel is available on qpm:
88

99
`qpm install com.cutehacks.gel`
1010

11-
# Usage
12-
13-
In your main.cpp:
14-
15-
```
16-
#include "com/cutehacks/gel/gel.h"
17-
18-
int main(int argc, char *argv[])
19-
{
20-
...
21-
22-
com::cutehacks::gel::registerEngine(&engine);
23-
24-
...
25-
}
26-
```
27-
28-
The above function will register two QML types with the QML engine which are documented
29-
below.
30-
3111
# API
3212

3313
## JsonListModel

0 commit comments

Comments
 (0)