Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - uanabipro

Pages: [1]
1
I have created a patch with the changes. If tests are ok, please consider using it in the next release.

Thank you.

2
Requests | Пожелания / Change signals, slots and emit keyword.
« on: October 21, 2020, 07:11:59 PM »
Hello.

Would it be possible to change the keywords signals, slots and emit to Q_SIGNALS, Q_SLOTS and Q_EMIT? This is the nomenclature used in QT source code and would allow the usage of other library that use signal/slots, making limereport more compatible. I think this would be a "search and replace" change, since MOC would always recognize the macros.

https://doc.qt.io/qt-5/qobject.html#Q_SIGNALS

Thank you.

Pages: [1]