[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-292-g70f0541

[ 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  70f0541e06a5e5b2448554f1b124159a30dbafe8 (commit)
       via  86a4701d2ba22d6b8c4a55ba8cbdeaa8d79069b1 (commit)
       via  0611fe2798caea09c851e087cafef887b4a92c38 (commit)
       via  22566a1bc6071e7796d07039fe802eedbb5bb959 (commit)
      from  addcdeb2a059602535cc7e265e29cf1e922a0677 (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 70f0541e06a5e5b2448554f1b124159a30dbafe8
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Thu May 28 18:07:52 2020 +0200

    fix deprecated warning qVariantFromValue
    
    This function is obsolete.
    Note:
    This function was provided as a workaround for MSVC 6
    which did not support member template functions.
    It is advised to use the other form in new code.
    
    This function is equivalent to QVariant::fromValue(value).

commit 86a4701d2ba22d6b8c4a55ba8cbdeaa8d79069b1
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Thu May 28 19:02:50 2020 +0200

    fix deprecated warning QLineF::intersect
    
    This function is obsolete.
    
    Use
    QLineF::intersects(const QLineF &line, QPointF *intersectionPoint) const
    instead.
    This function was introduced in Qt 5.14.

commit 0611fe2798caea09c851e087cafef887b4a92c38
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Thu May 28 19:43:50 2020 +0200

    fix deprecated warning QTime::start()
    
    Use
    QElapsedTimer::QElapsedTimer()
    instead.
    This function was introduced in Qt 5.4.

commit 22566a1bc6071e7796d07039fe802eedbb5bb959
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Thu May 28 21:12:24 2020 +0200

    fix deprecated warning QFontMetrics::width(QChar ch)
    
    Use
    QFontMetrics::horizontalAdvance(const QString &text, int len = -1)
    instead.
    This function was introduced in Qt 5.11.

-----------------------------------------------------------------------

Summary of changes:
 SingleApplication/singleapplication.cpp   |  2 +-
 SingleApplication/singleapplication.h     |  1 +
 sources/diagramfoliolist.cpp              | 46 +++++++++++++++++++++++++++++--
 sources/genericpanel.cpp                  |  8 +++---
 sources/qet.cpp                           |  6 +++-
 sources/titleblock/templatecellwidget.cpp |  2 +-
 sources/titleblockcell.cpp                |  4 +--
 7 files changed, 57 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
qet/qet.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/