Skip to content

Conversation

@GAlexDark
Copy link

Hello

I ported the project to the Qt 6 framework and fixed some errors that caused the project not to build in this framework.
Also, I am fixed my two errors.

GAlexDark added 30 commits June 15, 2023 17:48
using typedef-name 'using QStringList = class QList<QString>' after
'class'
Port QDateTime::fromTime_t() (deprecated) to
QDateTime::fromSecsSinceEpoch(time_t)
Member variable 'MceXmlElementStateData::extensionElements' is not
assigned in the copy constructor.
Member variable 'MceXmlElementStateData::namespacePrefixes' is not
assigned in the copy constructor.
Parameter 'transitional' is passed by value.
Parameter 'type' is passed by value.
Member variable 'XmlStreamReaderPrivate::extensionElementDepth' is not
initialized in the constructor.
Parameter 'type' is passed by value.
Member variable 'LargeDocumentWriterPrivate::package' is not initialized
in the constructor.
Member variable 'ZipPackagePartPrivate::zipArchive' is not initialized
in the constructor.
Member variable 'LargeDocumentReaderPrivate::package' is not initialized
in the constructor.
Port QFontMetrics::width() (obsolete) to
QFontMetrics::horizontalAdvance()
Port QWheelEvent::delta() (obsolete) to QWheelEvent::pixelDelta()::y()
Port QWheelEvent::delta() (obsolete) to QWheelEvent::angleDelta()::y()
Port QString::SkipEmptyParts (obsolete) to Qt::SkipEmptyParts
The 'm_cursorPosition + 1' value is implicitly cast to the bool type.
The member of a class m_pixmapItem are not initialized inside the
constructor
A part of conditional expression is always true: data.constData().
The members of a class 'result', 'filter' are not initialized inside the
constructor.
GAlexDark added 10 commits June 18, 2023 20:55
The 'd->m_currentFile' pointer was utilized before it was verified
against nullptr.
It's probably better to use a comparison with defined precision or use
special functions.
It's probably better to use a comparison with defined precision or use
special functions.
Add commands for Windows Qt MINGW and MSVC
Fix error: unknown type name 'QDateTime' [clang-diagnostic-error]
warning: enumeration value 'PE_ContentType' not handled in switch [-
Wswitch]
Maybe this enumeration value must be here
It's probably better to use a comparison with defined precision or use
special functions. Fixed me error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant