danders updated this revision to Diff 6382.
danders marked an inline comment as done.
danders added a comment.
KoResourcePaths: Fix review comments
- Use COMPILING_TESTS instead of NDEBUG
- Variable l -> location
- Improve api docs, fix typos
- Fix debug according to norm
Hello,
KDE Akademy[1] is starting so I thought it might be a good point to
push the Beta release button for Kexi and related frameworks:
KDb
KProperty
KReport (depends on KProperty)
tl;dr:
- we need source distribution of Kexi and the 3 frameworks to get more
users and contributors
- we need to f
danders marked 4 inline comments as done.
danders added inline comments.
INLINE COMMENTS
> staniek wrote in KoResourcePaths.cpp:47
> Isn't the modern like this?
>
> // in a header
> Q_DECLARE_LOGGING_CATEGORY(driverUsb)
>
> // in one source file
> Q_LOGGING_CATEGORY(driverUsb, "driver.usb")
Re