LimeReport Forum

General Category | Основное => Requests | Пожелания => Topic started by: uanabipro on October 21, 2020, 07:11:59 PM

Title: Change signals, slots and emit keyword.
Post by: uanabipro 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.
Title: Re: Change signals, slots and emit keyword.
Post by: uanabipro on October 22, 2020, 07:26:19 PM
I have created a patch with the changes. If tests are ok, please consider using it in the next release.

Thank you.