Snippets for actiona 3.10.1 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/actiona/3.10.1_8/150arm64-default.log.
-
qxtsmtp/qxtsmtp.cpp:374:67: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 374 | QStringList auth = extensions[QStringLiteral("AUTH")].toUpper().split(QLatin1Char(' '), QString::SkipEmptyParts); | ^ -
./subparameter.h:49:9: warning: definition of implicit copy assignment operator for 'SubParameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 49 | SubParameter(const SubParameter &other) = default; | ^ -
./resource.h:63:9: warning: definition of implicit copy assignment operator for 'Resource' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 63 | Resource(const Resource &other) = default; | ^ -
./parameter.h:45:9: warning: definition of implicit copy assignment operator for 'Parameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 45 | Parameter(const Parameter &other) = default; | ^ -
screenpositionwidget.cpp:45:46: warning: 'numScreens' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 45 | int screenCount = QApplication::desktop()->numScreens(); | ^ -
screenpositionwidget.cpp:80:55: warning: 'numScreens' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 80 | if(screen < 0 || screen >= QApplication::desktop()->numScreens()) | ^ -
keyedit.cpp:35:73: warning: 'currentIndexChanged' is deprecated: Use currentIndexChanged(int) instead, and get the text using itemText(index) [-Wdeprecated-declarations] 35 | connect(this, static_cast<void (QComboBox::*)(const QString &)>(&QComboBox::currentIndexChanged), this, &KeyEdit::currentIndexChanged); | ^ -
codeedit.cpp:58:3: warning: 'setTabStopWidth' is deprecated [-Wdeprecated-declarations] 58 | setTabStopWidth(30); | ^ -
codeedit.cpp:86:33: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 86 | int space = 3 + fontMetrics().width(QLatin1Char('9')) * digits; | ^ -
keyboardkeyedit.cpp:65:32: warning: 'toList' is deprecated: Use values() instead. [-Wdeprecated-declarations] 65 | m_keys = m_pressedKeys.toList(); | ^ -
positionparameterdefinition.cpp:70:61: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 70 | QRect screenGeometry = QApplication::desktop()->screenGeometry(); | ^ -
pointlistparameterdefinition.cpp:47:42: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 47 | QStringList pointStrings = pointBuffer.split(QLatin1Char(';'), QString::SkipEmptyParts); | ^ -
pointlistparameterdefinition.cpp:51:46: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 51 | QStringList pointComponents = pointString.split(QLatin1Char(':'), QString::SkipEmptyParts); | ^ -
./parameter.h:45:9: warning: definition of implicit copy assignment operator for 'Parameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
-
multitextparameterdefinition.cpp:47:40: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 47 | mItemListWidget->setItems(textBuffer.split(QLatin1Char('\n'), QString::SkipEmptyParts)); | ^ -
code/image.h:98:67: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] 98 | int additionalMemoryCost() const override { return mImage.byteCount(); } | ^ -
code/image.cpp:122:55: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 122 | if(screenIndex < 0 || screenIndex >= desktop->screenCount()) | ^ -
code/image.cpp:128:41: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 128 | QRect screenGeometry = desktop->screenGeometry(screenIndex); | ^ -
code/algorithms.cpp:60:3: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 60 | qsrand(context->argument(0).toInt32()); | ^ -
code/algorithms.cpp:80:11: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 80 | return qrand(); | ^ -
code/algorithms.cpp:101:11: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 101 | return (qrand() / static_cast<float>(RAND_MAX)) * (max - min) + min; | ^ -
code/algorithms.cpp:151:53: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 151 | return static_cast<int>(min + (static_cast<float>(qrand()) / RAND_MAX * (max - min + 1))); | ^ -
code/algorithms.cpp:151:64: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 151 | return static_cast<int>(min + (static_cast<float>(qrand()) / RAND_MAX * (max - min + 1))); | ~ ^~~~~~~~ -
code/processhandle.cpp:206:11: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 206 | process.start(QStringLiteral("ps h -p %1 -oppid").arg(id()), QIODevice::ReadOnly); | ^ -
code/processhandle.cpp:258:11: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 258 | process.start(QStringLiteral("ps h -p %1 -ocommand").arg(id()), QIODevice::ReadOnly); | ^ -
qtimagefilters/convolutionfilter.cpp:144:17: warning: 'qVariantSetValue<QtMatrix<int>>' is deprecated: Use QVariant::setValue() instead. [-Wdeprecated-declarations] 144 | qVariantSetValue<QtConvolutionKernelMatrix>(value, m_kernels[0].matrix); | ^ -
qtimagefilters/convolutionfilter.cpp:221:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 221 | return QLatin1String(chan); | ^ -
./code/image.h:98:67: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] 98 | int additionalMemoryCost() const override { return mImage.byteCount(); } | ^ -
actioninstance.cpp:186:39: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 186 | for(const QString &codeLine: input.split(QRegExp(QStringLiteral("[\n\r;]")), QString::SkipEmptyParts)) | ^ -
actioninstance.cpp:505:61: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 505 | QRect screenGeometry = QApplication::desktop()->screenGeometry(); | ^ -
actioninstance.cpp:594:17: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 594 | return result.split(QLatin1Char('\n'), QString::SkipEmptyParts); | ^ -
actioninstance.cpp:618:37: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 618 | QStringList pointStrings = result.split(QLatin1Char(';'), QString::SkipEmptyParts); | ^ -
actioninstance.cpp:623:46: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 623 | QStringList pointComponents = pointString.split(QLatin1Char(':'), QString::SkipEmptyParts); | ^ -
codehighlighter.cpp:76:7: warning: variable 'bracketLevel' set but not used [-Wunused-but-set-variable] 76 | int bracketLevel = blockState >> 4; | ^ -
script.cpp:941:51: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 941 | for(const QString &codeLine: code.split(newLineRegExp, QString::SkipEmptyParts)) | ^ -
ifactionvalue.cpp:25:38: warning: 'QLatin1Literal' is deprecated: Use QLatin1String [-Wdeprecated-declarations] 25 | QLatin1String IfActionValue::WAIT = QLatin1Literal("wait"); | ^ -
ifactionvalue.cpp:26:38: warning: 'QLatin1Literal' is deprecated: Use QLatin1String [-Wdeprecated-declarations] 26 | QLatin1String IfActionValue::GOTO = QLatin1Literal("goto"); | ^ -
ifactionvalue.cpp:27:41: warning: 'QLatin1Literal' is deprecated: Use QLatin1String [-Wdeprecated-declarations] 27 | QLatin1String IfActionValue::RUNCODE = QLatin1Literal("run_code"); | ^ -
ifactionvalue.cpp:28:47: warning: 'QLatin1Literal' is deprecated: Use QLatin1String [-Wdeprecated-declarations] 28 | QLatin1String IfActionValue::CALLPROCEDURE = QLatin1Literal("call_procedure"); | ^ -
screenshooter.cpp:38:55: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 38 | if(screenIndex < 0 || screenIndex >= desktop->screenCount()) | ^ -
screenshooter.cpp:41:48: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 41 | const QRect &screenGeometry = desktop->screenGeometry(screenIndex); | ^ -
screenshooter.cpp:51:57: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 51 | for(int screenIndex = 0; screenIndex < desktop->screenCount(); ++screenIndex) | ^ -
screenshooter.cpp:53:52: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 53 | const QRect &screenGeometry = desktop->screenGeometry(screenIndex); | ^ -
screenshotwizardpage.cpp:46:63: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 46 | for(int screenIndex = 0; screenIndex < desktopWidget->screenCount(); ++screenIndex) | ^ -
codeeditordialog.cpp:123:46: warning: 'toList' is deprecated: Use values() instead. [-Wdeprecated-declarations] 123 | QStringList variableList = variables.toList(); | ^ -
consolewidget.cpp:248:18: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 248 | item->setFlags(nullptr); | ^ -
generated/../subparameter.h:49:9: warning: definition of implicit copy assignment operator for 'SubParameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 49 | SubParameter(const SubParameter &other) = default; | ^ -
generated/../code/image.h:98:67: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] 98 | int additionalMemoryCost() const override { return mImage.byteCount(); } | ^ -
generated/../parameter.h:45:9: warning: definition of implicit copy assignment operator for 'Parameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 45 | Parameter(const Parameter &other) = default; | ^ -
generated/../resource.h:63:9: warning: definition of implicit copy assignment operator for 'Resource' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 63 | Resource(const Resource &other) = default; | ^ -
../actiontools/code/image.h:98:67: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] 98 | int additionalMemoryCost() const override { return mImage.byteCount(); } | ^ -
../actiontools/subparameter.h:49:9: warning: definition of implicit copy assignment operator for 'SubParameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 49 | SubParameter(const SubParameter &other) = default; | ^ -
executer.cpp:491:48: warning: 'availableGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 491 | QRect screenRect = QApplication::desktop()->availableGeometry(mExecutionWindowScreen); | ^ -
executer.cpp:515:48: warning: 'availableGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 515 | QRect screenRect = QApplication::desktop()->availableGeometry(mConsoleWindowScreen); | ^ -
../actiontools/resource.h:63:9: warning: definition of implicit copy assignment operator for 'Resource' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 63 | Resource(const Resource &other) = default; | ^ -
../actiontools/parameter.h:45:9: warning: definition of implicit copy assignment operator for 'Parameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 45 | Parameter(const Parameter &other) = default; | ^ -
scriptmodel.cpp:100:51: warning: 'qGreater<int>' is deprecated: Use std::greater [-Wdeprecated-declarations] 100 | std::sort(localRows.begin(), localRows.end(), qGreater<int>()); | ^ -
scriptmodel.cpp:480:51: warning: 'qGreater<int>' is deprecated: Use std::greater [-Wdeprecated-declarations] 480 | std::sort(rowIdList.begin(), rowIdList.end(), qGreater<int>()); | ^ -
./progresssplashscreen.h:33:74: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 33 | ProgressSplashScreen(const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f=nullptr); | ^ -
./progresssplashscreen.h:34:91: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 34 | ProgressSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f=nullptr); | ^ -
main.cpp:89:2: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 89 | qsrand(static_cast<uint>(std::time(nullptr))); | ^ -
scriptmodelundocommands.cpp:359:59: warning: 'qGreater<int>' is deprecated: Use std::greater [-Wdeprecated-declarations] 359 | std::sort(mPreviousRows.begin(), mPreviousRows.end(), qGreater<int>()); | ^ -
scriptmodelundocommands.cpp:389:59: warning: 'qLess<int>' is deprecated: Use std::less [-Wdeprecated-declarations] 389 | std::sort(mPreviousRows.begin(), mPreviousRows.end(), qLess<int>()); | ^ -
scriptmodelundocommands.cpp:428:47: warning: 'qLess<int>' is deprecated: Use std::less [-Wdeprecated-declarations] 428 | std::sort(mRows.begin(), mRows.end(), qLess<int>()); | ^ -
scriptmodelundocommands.cpp:430:47: warning: 'qGreater<int>' is deprecated: Use std::greater [-Wdeprecated-declarations] 430 | std::sort(mRows.begin(), mRows.end(), qGreater<int>()); | ^ -
scriptmodelundocommands.cpp:438:47: warning: 'qLess<int>' is deprecated: Use std::less [-Wdeprecated-declarations] 438 | std::sort(mRows.begin(), mRows.end(), qLess<int>()); | ^ -
scriptmodelundocommands.cpp:440:47: warning: 'qGreater<int>' is deprecated: Use std::greater [-Wdeprecated-declarations] 440 | std::sort(mRows.begin(), mRows.end(), qGreater<int>()); | ^ -
./scriptmodelundocommands.h:159:23: warning: private field 'mProxyModel' is not used [-Wunused-private-field] 159 | ScriptProxyModel *mProxyModel; | ^ -
progresssplashscreen.cpp:40:4: warning: 'QSplashScreen' is deprecated: Use the constructor taking a QScreen * [-Wdeprecated-declarations] 40 | : QSplashScreen(parent, pixmap, f), | ^ -
filetypeguesser.cpp:32:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 32 | if(filename.endsWith(QStringLiteral(".txt")) || filename.endsWith(QStringLiteral(".csv"))) | ^ -
scripttreeview.cpp:55:8: warning: unused variable 'rect' [-Wunused-variable] 55 | QRect rect; | ^~~~ -
actiondialog.cpp:321:83: warning: 'toList' is deprecated: Use values() instead. [-Wdeprecated-declarations] 321 | QStringList variableList = thisActionsVariables.unite(mOtherActionsVariables).toList(); | ^ -
mainwindow.cpp:2103:16: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 2103 | if(QProcess::startDetached(mUpdateFile.fileName())) | ^ -
mainwindow.cpp:2201:2: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 2201 | if(selectedIndexes.count() == 0) | ^ -
scriptparametersdialog.cpp:96:44: warning: 'toList' is deprecated: Use values() instead. [-Wdeprecated-declarations] 96 | QStringList variableList = variableSet.toList(); | ^ -
newactiondialog.cpp:84:2: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 84 | return QDialog::exec(); | ^ -
generated/../progresssplashscreen.h:33:74: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 33 | ProgressSplashScreen(const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f=nullptr); | ^ -
generated/../progresssplashscreen.h:34:91: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 34 | ProgressSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f=nullptr); | ^ -
main.cpp:112:2: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 112 | qsrand(static_cast<uint>(std::time(nullptr))); | ^ -
../../actiontools/subparameter.h:49:9: warning: definition of implicit copy assignment operator for 'SubParameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 49 | SubParameter(const SubParameter &other) = default; | ^ -
../../actiontools/parameter.h:45:9: warning: definition of implicit copy assignment operator for 'Parameter' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 45 | Parameter(const Parameter &other) = default; | ^ -
../../actiontools/resource.h:63:9: warning: definition of implicit copy assignment operator for 'Resource' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy] 63 | Resource(const Resource &other) = default; | ^ -
actions/messageboxinstance.cpp:140:51: warning: 'availableGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 140 | QRect screenGeometry = QApplication::desktop()->availableGeometry(); | ^ -
actions/datainputinstance.cpp:149:51: warning: 'availableGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 149 | QRect screenGeometry = QApplication::desktop()->availableGeometry(); | ^ -
../../actiontools/code/image.h:98:67: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] 98 | int additionalMemoryCost() const override { return mImage.byteCount(); } | ^ -
keyboarddevice.cpp:143:69: warning: unused parameter 'noUnicodeCharacters' [-Wunused-parameter] 143 | bool KeyboardDevice::writeText(const QString &text, int delay, bool noUnicodeCharacters) const | ^ -
code/system.cpp:84:35: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 84 | return QApplication::desktop()->screenCount(); | ^ -
code/system.cpp:89:53: warning: 'availableGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 89 | return Rect::constructor(QApplication::desktop()->availableGeometry(screen), engine()); | ^ -
code/system.cpp:94:53: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations] 94 | return Rect::constructor(QApplication::desktop()->screenGeometry(screen), engine()); | ^ -
code/system.cpp:99:35: warning: 'primaryScreen' is deprecated: Use QGuiApplication::primaryScreen() [-Wdeprecated-declarations] 99 | return QApplication::desktop()->primaryScreen(); | ^ -
code/system.cpp:104:35: warning: 'isVirtualDesktop' is deprecated: Use QScreen::virtualSiblings() of primary screen [-Wdeprecated-declarations] 104 | return QApplication::desktop()->isVirtualDesktop(); | ^ -
code/process.cpp:134:83: warning: 'error' is deprecated: Use QProcess::errorOccurred(QProcess::ProcessError) instead [-Wdeprecated-declarations] 134 | connect(mProcess, static_cast<void (QProcess::*)(QProcess::ProcessError)>(&QProcess::error), this, static_cast<void (Process::*)(QProcess::ProcessError)>(&Process::onError)); | ^ -
code/process.cpp:152:30: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 152 | return mProcess->pid(); | ^ -
generated/../actions/commandinstance.h:70:87: warning: 'error' is deprecated: Use QProcess::errorOccurred(QProcess::ProcessError) instead [-Wdeprecated-declarations] 70 | connect(mProcess, static_cast<void (QProcess::*)(QProcess::ProcessError)>(&QProcess::error), this, &CommandInstance::processError); | ^ -
generated/../actions/commandinstance.h:84:62: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 84 | setVariable(processId, QString::number(mProcess->pid())); | ^ -
code/file.cpp:274:18: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 274 | if(QProcess::execute(QStringLiteral("sh -c \"mkdir -p ") + QString::fromLocal8Bit(QFile::encodeName(destinationCopy)) + QStringLiteral("\""))) | ^ -
code/file.cpp:295:16: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 295 | if(QProcess::execute(command)) | ^ -
code/file.cpp:370:18: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 370 | if(QProcess::execute(QStringLiteral("sh -c \"mkdir -p ") + QString::fromLocal8Bit(QFile::encodeName(destinationCopy)) + QStringLiteral("\""))) | ^ -
code/file.cpp:391:16: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 391 | if(QProcess::execute(command)) | ^ -
code/file.cpp:517:16: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 517 | if(QProcess::execute(command)) | ^ -
actions/sendmailinstance.cpp:158:35: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 158 | for(QString receiver: receivers.split(QLatin1Char(','), QString::SkipEmptyParts)) | ^ -
actions/sendmailinstance.cpp:161:46: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 161 | for(QString carbonCopyReceiver: carbonCopy.split(QLatin1Char(','), QString::SkipEmptyParts)) | ^ -
actions/sendmailinstance.cpp:164:56: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 164 | for(QString blindCarbonCopyReceiver: blindCarbonCopy.split(QLatin1Char(','), QString::SkipEmptyParts)) | ^ -
actions/sendmailinstance.cpp:167:41: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 167 | for(QString extraHeader: extraHeaders.split(QLatin1Char('\n'), QString::SkipEmptyParts)) | ^ -
actions/sendmailinstance.cpp:169:47: warning: 'split' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 169 | QStringList extraHeaderParts = extraHeader.split(QLatin1Char(':'), QString::SkipEmptyParts); | ^ -
code/udp.cpp:58:102: warning: 'error' is deprecated: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Wdeprecated-declarations] 58 | QObject::connect(mUdpSocket, static_cast<void (QUdpSocket::*)(QAbstractSocket::SocketError)>(&QUdpSocket::error), this, &Udp::error); | ^ -
code/tcp.cpp:66:102: warning: 'error' is deprecated: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Wdeprecated-declarations] 66 | QObject::connect(mTcpSocket, static_cast<void (QTcpSocket::*)(QAbstractSocket::SocketError)>(&QTcpSocket::error), this, &Tcp::error); | ^ -
code/tcp.cpp:77:102: warning: 'error' is deprecated: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Wdeprecated-declarations] 77 | QObject::connect(mTcpSocket, static_cast<void (QTcpSocket::*)(QAbstractSocket::SocketError)>(&QTcpSocket::error), this, &Tcp::error); | ^ -
code/web.cpp:177:107: warning: 'error' is deprecated: Use QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-Wdeprecated-declarations] 177 | QObject::connect(mNetworkReply, static_cast<void (QNetworkReply::*)(QNetworkReply::NetworkError)>(&QNetworkReply::error), this, &Web::error); | ^