| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The <memory> header is already included and there are no reasons to use
something different than non-Qt C++ projects use.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
This replaces all occurencies of 'slots' and 'signals' with 'Q_SLOTS'
and 'Q_SIGNALS'. This allows for smooth integration with software
projects that need QT_NO_KEYWORDS, such as those ones that rely on
boost libraries.
Closes #115.
Co-authored-by: Tommaso Cucinotta <tommaso.cucinotta@santannapisa.it>
|
| |
|
|
| |
This adds two signals to make the result easily available to the user.
|
| |
|
|
|
| |
It uses QSharedDataPointer<> internally, so passing by value is
recommended.
|
| |
|