[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-312-g37658ef |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via 37658efd0dcf1bb2eafe636397c0032f57503bdc (commit)
via 20a739fa9639c5625a0c26c1b6ed43786617da10 (commit)
via 24528b0fdb2dace194de3d64591b2ba2d0c37d8a (commit)
via 803414f7166c11fb27646c1774d0d317b012da5a (commit)
from 9085c6fcdac7809485bb2dddea0e2a4ba74f5e14 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 37658efd0dcf1bb2eafe636397c0032f57503bdc
Author: Simon De Backer <simondebacker@xxxxxxx>
Date: Sun Jun 7 08:55:24 2020 +0200
fix deprecated warning qUpperBound
Use
std::upper_bound
instead.
commit 20a739fa9639c5625a0c26c1b6ed43786617da10
Author: Simon De Backer <simondebacker@xxxxxxx>
Date: Sun Jun 7 10:06:09 2020 +0200
fix deprecated warning QList::swap() attempt 2
Use
QList::swapItemsAt()
instead.
This function was introduced in Qt 5.13.
commit 24528b0fdb2dace194de3d64591b2ba2d0c37d8a
Author: Simon De Backer <simondebacker@xxxxxxx>
Date: Sun Jun 7 10:39:07 2020 +0200
fix deprecated warning QModelIndex::child
Use
QModelIndex::index
instead.
This function was DEPRECATED_SINCE(5, 8)
commit 803414f7166c11fb27646c1774d0d317b012da5a
Author: Simon De Backer <simondebacker@xxxxxxx>
Date: Sun Jun 7 13:33:13 2020 +0200
remove user-defined copy constructor
We need to define our own copy constructor only
if an object has pointers or any runtime allocation
of the resource like file handle, a network connection..etc.
note: Default constructor does only shallow copy.
-----------------------------------------------------------------------
Summary of changes:
.../ElementsCollection/elementscollectionmodel.cpp | 5 ++---
sources/NameList/nameslist.cpp | 7 -------
sources/NameList/nameslist.h | 1 -
sources/diagramcontent.cpp | 20 --------------------
sources/diagramcontent.h | 1 -
sources/editor/editorcommands.cpp | 8 ++++++++
sources/qtextorientationwidget.cpp | 4 +++-
sources/titleblock/templatecellsset.cpp | 10 ----------
sources/titleblock/templatecellsset.h | 1 -
sources/ui/dynamicelementtextitemeditor.cpp | 2 +-
sources/ui/dynamicelementtextmodel.cpp | 8 ++++----
11 files changed, 18 insertions(+), 49 deletions(-)
hooks/post-receive
--
qet/qet.git