I'm streaming KDE docs:

I'm streaming to both Owncast and Twitch right now.

Today I'll be focusing on the tutorial and API for KNotifications.

Be sure to join and ask any questions related to KDE and I'll try my best to answer them.

Every single stream I do is an Ask Me Anything KDE Edition ™️

#KDE #Linux #Documentation #TechnicalWriting #FurryStreamer #FurryVTuber #VTuber #Owncast #Rust #Twitch

Bnnuycast

I'm a hare pretending I'm a human pretending I know C++ and CMake 🐰

Bnnuycast

Four hours streaming, merged a new KNotification tutorial: https://develop.kde.org/docs/features/knotification/

Also reorganized Develop a bit to focus on libraries, and started work on the KNotification API.

#cpp #CPlusPlus #Qt #KDE

KNotification

Create platform-independent notifications

Developer

@herzenschein
`KNotification* notification = new KNotification("...");`

Does the `sendEvent()` free it or should this be wrapped in a smart pointer :)

@mystchonky The pointer gets automatically deleted! I was very pleased to see that.