Commit graph

8 commits

Author SHA1 Message Date
Alexander Lohnau 2f193a63de Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
Albert Astals Cid 19d98d6a74 Run clang-format
find . \( -name "*.cpp" -or -name "*.h"  -or -name "*.c"  -or -name "*.cc" \) -exec clang-format -i {} \;

If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
2020-07-11 09:17:33 +02:00
Montel Laurent 5da7c5f77d port to qCDebug. Autogenerate export headers 2014-10-27 22:35:06 +01:00
Mailson Menezes 31195f03b3 Document ownership of pixmap in Tile 2012-11-12 13:11:34 -03:00
Mailson Menezes de565cdd2a Reimplement Tile::operator=
QList requires its members to have an assignment operator
2012-11-10 01:54:09 -03:00
Fabio D'Urso e301aa9099 Re-added private Tile::operator= with no implementation
So that no one uses the default one
2012-11-09 18:19:27 +01:00
Fabio D'Urso 85d5f043a2 Removed useless Tile::operator= 2012-11-09 17:49:23 +01:00
Fabio D'Urso 437ddad588 Hide tiles manager within okularcore
Only the Tile class (tile.h) is visible from the outside
2012-11-08 20:26:17 -03:00