summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-07-25 18:58:39 +0800
committerFrederick Yin <fkfd@fkfd.me>2023-07-25 18:58:39 +0800
commit1ae286eed410bd0dd7506c01f0c5e5ed3173e908 (patch)
tree486c3e584e4849eaffdcd6b0991cf992cc8d67f1
parentf893c7354b2adff009b2df35e464ba4fa4312340 (diff)
Add "documentation"
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8b7407..0d64ec9 100644
--- a/README.md
+++ b/README.md
@@ -47,3 +47,12 @@ I am terrible at QML. Help me.
- [KDE GitLab](https://invent.kde.org/fakefred/kanvas)
- [SourceHut](https://git.sr.ht/~fkfd/kanvas), mailing list for git
send-email: `~fkfd/misc@lists.sr.ht`
+
+## Related "documentation"
+
+There's hardly any documentation on integrating QML with the rest of
+Plasma. For example, when I wanted a function that tells me whether the
+machine is online, all I found was the source code along with a header
+file. I will list things like these so you don't have to.
+
+- [plasma-nm, networkmanagement](https://invent.kde.org/plasma/plasma-nm/-/blob/master/libs/declarative/networkstatus.h)