-
statusnotifieritem.h as of now contains methods, slots, members etc. that are implementations details that could be hidden in a private class. Should we implement a private class so that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 23 replies
-
Yes, I was thinking the same thing. A request: could you add those 3 I would like to focus on the build with the CMakeFiles I did in the sni-example, so to test the latter by make it link to a prototype of the lib; I will make a library' AUR PKGBUILD for this purpose. For the sendMessage I'm still not sure, I wouldn't like to write code apart just for the notification if it can work with little effort here. But I haven't got if the uid changes I did doesn't work for you in KDE or need testing? Or can we add some code to track the replies? I can then start with the private d pointer as last step if you want. |
Beta Was this translation helpful? Give feedback.
Yes, I was thinking the same thing.
A request: could you add those 3
qDBusRegisterMetaType
to fix tool tips with a proper commit message, from what you have seen in the source code?I would like to focus on the build with the CMakeFiles I did in the sni-example, so to test the latter by make it link to a prototype of the lib; I will make a library' AUR PKGBUILD for this purpose.
For the sendMessage I'm still not sure, I wouldn't like to write code apart just for the notification if it can work with little effort here. But I haven't got if the uid changes I did doesn't work for you in KDE or need testing? Or can we add some code to track the replies?
I can then start with the private d poi…