=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for otter-browser-1.0.03nb11 [ 0%] Built target otter-browser_autogen_timestamp_deps [ 1%] Automatic MOC for target otter-browser [ 1%] Built target otter-browser_autogen [ 1%] Generating qrc_resources.cpp [ 1%] Generating ui_AcceptCookieDialog.h [ 1%] Generating ui_AcceptLanguageDialog.h [ 2%] Generating qrc_QtWebKitResources.cpp [ 2%] Generating ui_AddonsContentsWidget.h [ 2%] Generating ui_AuthenticationDialog.h [ 3%] Generating ui_BookmarkPropertiesDialog.h [ 3%] Generating ui_BookmarksContentsWidget.h [ 3%] Generating ui_BookmarksImporterWidget.h [ 4%] Generating ui_CacheContentsWidget.h [ 4%] Generating ui_CertificateDialog.h [ 5%] Generating ui_ClearHistoryDialog.h [ 5%] Generating ui_ConfigurationContentsWidget.h [ 6%] Generating ui_ContentBlockingDialog.h [ 6%] Generating ui_ContentBlockingProfileDialog.h [ 6%] Generating ui_CookiePropertiesDialog.h [ 6%] Generating ui_CookiesContentsWidget.h [ 6%] Generating ui_CookiesExceptionsDialog.h [ 7%] Generating ui_ErrorConsoleWidget.h [ 7%] Generating ui_FeedPropertiesDialog.h [ 8%] Generating ui_FeedsContentsWidget.h [ 8%] Generating ui_HistoryContentsWidget.h [ 9%] Generating ui_ImagePropertiesDialog.h [ 9%] Generating ui_ImportDialog.h [ 10%] Generating ui_JavaScriptPreferencesDialog.h [ 10%] Generating ui_KeyboardProfileDialog.h [ 10%] Generating ui_LinksContentsWidget.h [ 10%] Generating ui_LocaleDialog.h [ 11%] Generating ui_MainWindow.h [ 11%] Generating ui_MasterPasswordDialog.h [ 12%] Generating ui_MouseProfileDialog.h [ 13%] Generating ui_NotesContentsWidget.h [ 13%] Generating ui_OpenAddressDialog.h [ 14%] Generating ui_OpenBookmarkDialog.h [ 14%] Generating ui_OpmlImporterWidget.h [ 14%] Generating ui_PageInformationContentsWidget.h [ 15%] Generating ui_PasswordBarWidget.h [ 15%] Generating ui_PasswordsContentsWidget.h [ 15%] Generating ui_PermissionBarWidget.h [ 15%] Generating ui_PopupsBarWidget.h [ 15%] Generating ui_PreferencesAdvancedPageWidget.h [ 15%] Generating ui_PreferencesContentPageWidget.h [ 16%] Generating ui_PreferencesContentsWidget.h [ 16%] Generating ui_PreferencesDialog.h [ 17%] Generating ui_PreferencesGeneralPageWidget.h [ 17%] Generating ui_PreferencesPrivacyPageWidget.h [ 17%] Generating ui_PreferencesSearchPageWidget.h [ 18%] Generating ui_ProxyPropertiesDialog.h [ 18%] Generating ui_ReloadTimeDialog.h [ 19%] Generating ui_ReportDialog.h [ 19%] Generating ui_SaveSessionDialog.h [ 20%] Generating ui_SearchBarWidget.h [ 20%] Generating ui_SearchEnginePropertiesDialog.h [ 20%] Generating ui_SelectPasswordDialog.h [ 21%] Generating ui_SessionsManagerDialog.h [ 21%] Generating ui_SidebarWidget.h [ 21%] Generating ui_StartPagePreferencesDialog.h [ 21%] Generating ui_StartupDialog.h [ 21%] Generating ui_TabHistoryContentsWidget.h [ 22%] Generating ui_ToolBarDialog.h [ 22%] Generating ui_TransferDialog.h [ 22%] Generating ui_TransfersContentsWidget.h [ 22%] Generating ui_UpdateCheckerDialog.h [ 22%] Generating ui_UserAgentPropertiesDialog.h [ 23%] Generating ui_WebsiteInformationDialog.h [ 23%] Generating ui_WebsitePreferencesDialog.h [ 24%] Generating ui_WindowsContentsWidget.h [ 24%] Building CXX object CMakeFiles/otter-browser.dir/otter-browser_autogen/mocs_compilation.cpp.o [ 25%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ActionExecutor.cpp.o [ 25%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ActionsManager.cpp.o [ 25%] Building CXX object CMakeFiles/otter-browser.dir/src/main.cpp.o [ 25%] Building CXX object CMakeFiles/otter-browser.dir/src/core/AdblockContentFiltersProfile.cpp.o [ 26%] Building CXX object CMakeFiles/otter-browser.dir/src/core/AddonsManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp: In member function 'void Otter::AdblockContentFiltersProfile::parseRuleLine(const QString&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp:175:132: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList options((optionsSeparator >= 0) ? rule.mid(optionsSeparator + 1).split(QLatin1Char(','), QString::SkipEmptyParts) : QStringList()); ^ In file included from /usr/pkg/qt5/include/QtCore/qurl.h:46:0, from /usr/pkg/qt5/include/QtCore/QUrl:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/ContentFiltersManager.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp:22: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp:255:146: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList parsedDomains(options.at(i).mid(options.at(i).indexOf(QLatin1Char('=')) + 1).split(QLatin1Char('|'), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qurl.h:46:0, from /usr/pkg/qt5/include/QtCore/QUrl:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/ContentFiltersManager.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp:22: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp: In member function 'void Otter::AdblockContentFiltersProfile::handleJobFinished(bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp:623:47: warning: 'QByteArray& QByteArray::append(const QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] parsedData.append(QLatin1Char('\n') + line); ^ In file included from /usr/pkg/qt5/include/QtCore/qurl.h:46:0, from /usr/pkg/qt5/include/QtCore/QUrl:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/ContentFiltersManager.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AdblockContentFiltersProfile.cpp:22: /usr/pkg/qt5/include/QtCore/qstring.h:1511:20: note: declared here inline QByteArray &QByteArray::append(const QString &s) ^~~~~~~~~~ [ 26%] Building CXX object CMakeFiles/otter-browser.dir/src/core/AddressCompletionModel.cpp.o [ 26%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Application.cpp.o [ 27%] Building CXX object CMakeFiles/otter-browser.dir/src/core/BookmarksImporter.cpp.o [ 27%] Building CXX object CMakeFiles/otter-browser.dir/src/core/BookmarksManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Application.cpp: In constructor 'Otter::Application::Application(int&, char**)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Application.cpp:154:116: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] QStringList temporaryArguments(QString(file.readAll()).trimmed().split(QLatin1Char(' '), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qcoreapplication.h:44:0, from /usr/pkg/qt5/include/QtCore/QCoreApplication:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AddonsManager.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/ActionsManager.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/ActionExecutor.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Application.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Application.cpp:21: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ [ 27%] Building CXX object CMakeFiles/otter-browser.dir/src/core/BookmarksModel.cpp.o [ 28%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ContentFiltersManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/BookmarksModel.cpp: In member function 'Otter::BookmarksModel::Bookmark* Otter::BookmarksModel::getBookmarkByPath(const QString&) const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/BookmarksModel.cpp:1126:84: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList directories(path.split(QLatin1Char('/'), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qurl.h:46:0, from /usr/pkg/qt5/include/QtCore/QUrl:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/BookmarksModel.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/BookmarksModel.cpp:21: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ [ 28%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Console.cpp.o [ 28%] Building CXX object CMakeFiles/otter-browser.dir/src/core/CookieJar.cpp.o [ 29%] Building CXX object CMakeFiles/otter-browser.dir/src/core/FeedParser.cpp.o [ 29%] Building CXX object CMakeFiles/otter-browser.dir/src/core/FeedsManager.cpp.o [ 29%] Building CXX object CMakeFiles/otter-browser.dir/src/core/FeedsModel.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.cpp: In static member function 'static bool Otter::CookieJar::isDomainTheSame(const QUrl&, const QUrl&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.cpp:355:46: warning: 'QString QUrl::topLevelDomain(QUrl::ComponentFormattingOptions) const' is deprecated [-Wdeprecated-declarations] const QString firstTld(first.topLevelDomain()); ^ In file included from /usr/pkg/qt5/include/QtCore/QUrl:1:0, from /usr/pkg/qt5/include/QtNetwork/qnetworkcookiejar.h:45, from /usr/pkg/qt5/include/QtNetwork/QNetworkCookieJar:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.cpp:20: /usr/pkg/qt5/include/QtCore/qurl.h:238:27: note: declared here QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const; ^~~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.cpp:356:48: warning: 'QString QUrl::topLevelDomain(QUrl::ComponentFormattingOptions) const' is deprecated [-Wdeprecated-declarations] const QString secondTld(second.topLevelDomain()); ^ In file included from /usr/pkg/qt5/include/QtCore/QUrl:1:0, from /usr/pkg/qt5/include/QtNetwork/qnetworkcookiejar.h:45, from /usr/pkg/qt5/include/QtNetwork/QNetworkCookieJar:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/CookieJar.cpp:20: /usr/pkg/qt5/include/QtCore/qurl.h:238:27: note: declared here QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const; ^~~~~~~~~~~~~~ [ 30%] Building CXX object CMakeFiles/otter-browser.dir/src/core/GesturesManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp: In static member function 'static bool Otter::GesturesManager::startGesture(QObject*, QEvent*, QVector, const QVariantMap&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:961:56: warning: 'QSet QList::toSet() const [with T = Otter::GesturesManager::GesturesContext]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] if (!object || !inputEvent || m_gestures.keys().toSet().intersect(contexts.toList().toSet()).isEmpty() || m_events.contains(inputEvent)) ^ In file included from /usr/pkg/qt5/include/QtGui/qevent.h:53:0, from /usr/pkg/qt5/include/QtGui/QInputEvent:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtCore/qset.h:406:30: note: declared here Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const ^~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:961:92: warning: 'QSet QList::toSet() const [with T = Otter::GesturesManager::GesturesContext]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] if (!object || !inputEvent || m_gestures.keys().toSet().intersect(contexts.toList().toSet()).isEmpty() || m_events.contains(inputEvent)) ^ In file included from /usr/pkg/qt5/include/QtGui/qevent.h:53:0, from /usr/pkg/qt5/include/QtGui/QInputEvent:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtCore/qset.h:406:30: note: declared here Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const ^~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp: In static member function 'static bool Otter::GesturesManager::triggerAction(const Otter::MouseProfile::Gesture&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1044:32: warning: 'QMap& QMap::unite(const QMap&) [with Key = QString; T = QVariant]' is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations] parameters.unite(m_parameters); ^ In file included from /usr/pkg/qt5/include/QtCore/qvariant.h:47:0, from /usr/pkg/qt5/include/QtGui/qevent.h:50, from /usr/pkg/qt5/include/QtGui/QInputEvent:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtCore/qmap.h:1378:15: note: declared here QMap &QMap::unite(const QMap &other) ^~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp: In member function 'virtual bool Otter::GesturesManager::eventFilter(QObject*, QEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1185:53: warning: 'QPoint QWheelEvent::pos() const' is deprecated: Use position() [-Wdeprecated-declarations] m_events.append(new QWheelEvent(wheelEvent->pos(), wheelEvent->globalPos(), wheelEvent->pixelDelta(), wheelEvent->angleDelta(), wheelEvent->delta(), wheelEvent->orientation(), wheelEvent->buttons(), wheelEvent->modifiers())); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:225:19: note: declared here inline QPoint pos() const { return p.toPoint(); } ^~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1185:78: warning: 'QPoint QWheelEvent::globalPos() const' is deprecated: Use globalPosition() [-Wdeprecated-declarations] m_events.append(new QWheelEvent(wheelEvent->pos(), wheelEvent->globalPos(), wheelEvent->pixelDelta(), wheelEvent->angleDelta(), wheelEvent->delta(), wheelEvent->orientation(), wheelEvent->buttons(), wheelEvent->modifiers())); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:227:19: note: declared here inline QPoint globalPos() const { return g.toPoint(); } ^~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1185:151: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] m_events.append(new QWheelEvent(wheelEvent->pos(), wheelEvent->globalPos(), wheelEvent->pixelDelta(), wheelEvent->angleDelta(), wheelEvent->delta(), wheelEvent->orientation(), wheelEvent->buttons(), wheelEvent->modifiers())); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:219:16: note: declared here inline int delta() const { return qt4D; } ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1185:178: warning: 'Qt::Orientation QWheelEvent::orientation() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] m_events.append(new QWheelEvent(wheelEvent->pos(), wheelEvent->globalPos(), wheelEvent->pixelDelta(), wheelEvent->angleDelta(), wheelEvent->delta(), wheelEvent->orientation(), wheelEvent->buttons(), wheelEvent->modifiers())); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:222:28: note: declared here inline Qt::Orientation orientation() const { return qt4O; } ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1185:227: warning: 'QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers)' is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations] m_events.append(new QWheelEvent(wheelEvent->pos(), wheelEvent->globalPos(), wheelEvent->pixelDelta(), wheelEvent->angleDelta(), wheelEvent->delta(), wheelEvent->orientation(), wheelEvent->buttons(), wheelEvent->modifiers())); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:190:5: note: declared here QWheelEvent(const QPointF &pos, const QPointF& globalPos, ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:1191:35: warning: 'QPoint QWheelEvent::pos() const' is deprecated: Use position() [-Wdeprecated-declarations] m_lastClick = wheelEvent->pos(); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/GesturesManager.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:225:19: note: declared here inline QPoint pos() const { return p.toPoint(); } ^~~ [ 30%] Building CXX object CMakeFiles/otter-browser.dir/src/core/HandlersManager.cpp.o [ 30%] Building CXX object CMakeFiles/otter-browser.dir/src/core/HistoryManager.cpp.o [ 31%] Building CXX object CMakeFiles/otter-browser.dir/src/core/HistoryModel.cpp.o [ 31%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Importer.cpp.o [ 31%] Building CXX object CMakeFiles/otter-browser.dir/src/core/IniSettings.cpp.o [ 32%] Building CXX object CMakeFiles/otter-browser.dir/src/core/InputInterpreter.cpp.o [ 32%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ItemModel.cpp.o [ 32%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Job.cpp.o [ 33%] Building CXX object CMakeFiles/otter-browser.dir/src/core/JsonSettings.cpp.o [ 33%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ListingNetworkReply.cpp.o [ 34%] Building CXX object CMakeFiles/otter-browser.dir/src/core/LocalListingNetworkReply.cpp.o [ 34%] Building CXX object CMakeFiles/otter-browser.dir/src/core/LongTermTimer.cpp.o [ 34%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Migrator.cpp.o [ 35%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NetworkAutomaticProxy.cpp.o [ 35%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NetworkCache.cpp.o [ 35%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NetworkManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.cpp: In member function 'bool Otter::PacUtils::isInRange(const QVariant&, const QVariant&, const QVariant&) const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.cpp:291:25: warning: 'bool QVariant::operator>=(const QVariant&) const' is deprecated [-Wdeprecated-declarations] return (actualValue >= valueOne && actualValue <= valueTwo); ^~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/qlocale.h:43:0, from /usr/pkg/qt5/include/QtCore/qtextstream.h:46, from /usr/pkg/qt5/include/QtCore/qdebug.h:49, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:47, from /usr/pkg/qt5/include/QtNetwork/qhostaddress.h:48, from /usr/pkg/qt5/include/QtNetwork/qnetworkproxy.h:44, from /usr/pkg/qt5/include/QtNetwork/QNetworkProxy:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.cpp:21: /usr/pkg/qt5/include/QtCore/qvariant.h:473:31: note: declared here QT_DEPRECATED inline bool operator>=(const QVariant &v) const ^~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.cpp:291:52: warning: 'bool QVariant::operator<=(const QVariant&) const' is deprecated [-Wdeprecated-declarations] return (actualValue >= valueOne && actualValue <= valueTwo); ^~~~~~~~ In file included from /usr/pkg/qt5/include/QtCore/qlocale.h:43:0, from /usr/pkg/qt5/include/QtCore/qtextstream.h:46, from /usr/pkg/qt5/include/QtCore/qdebug.h:49, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:47, from /usr/pkg/qt5/include/QtNetwork/qhostaddress.h:48, from /usr/pkg/qt5/include/QtNetwork/qnetworkproxy.h:44, from /usr/pkg/qt5/include/QtNetwork/QNetworkProxy:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkAutomaticProxy.cpp:21: /usr/pkg/qt5/include/QtCore/qvariant.h:469:31: note: declared here QT_DEPRECATED inline bool operator<=(const QVariant &v) const ^~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Migrator.cpp: In member function 'virtual void Otter::KeyboardAndMouseProfilesIniToJsonMigration::migrate() const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Migrator.cpp:119:137: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList shortcuts(settings.getValue(QLatin1String("shortcuts")).toString().split(QLatin1Char(' '), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/QString:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Migrator.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Migrator.cpp:21: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ [ 36%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NetworkManagerFactory.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.cpp: In member function 'void Otter::NetworkManager::handleOnlineStateChanged(bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.cpp:135:57: warning: 'void QNetworkAccessManager::setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility)' is deprecated [-Wdeprecated-declarations] setNetworkAccessible(QNetworkAccessManager::Accessible); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkAccessManager:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManager.cpp:22: /usr/pkg/qt5/include/QtNetwork/qnetworkaccessmanager.h:159:37: note: declared here QT_DEPRECATED_VERSION_5_15 void setNetworkAccessible(NetworkAccessibility accessible); ^~~~~~~~~~~~~~~~~~~~ [ 36%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NetworkProxyFactory.cpp.o [ 36%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NotesManager.cpp.o [ 37%] Building CXX object CMakeFiles/otter-browser.dir/src/core/NotificationsManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp: In constructor 'Otter::NetworkManagerFactory::NetworkManagerFactory(QObject*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp:209:59: warning: 'QNetworkConfigurationManager' is deprecated [-Wdeprecated-declarations] QNetworkConfigurationManager *networkConfigurationManager(new QNetworkConfigurationManager(this)); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkConfigurationManager:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp:37: /usr/pkg/qt5/include/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp:209:64: warning: 'QNetworkConfigurationManager' is deprecated [-Wdeprecated-declarations] QNetworkConfigurationManager *networkConfigurationManager(new QNetworkConfigurationManager(this)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkConfigurationManager:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp:37: /usr/pkg/qt5/include/QtNetwork/qnetworkconfigmanager.h:59:56: note: declared here class QT_DEPRECATED_BEARER_MANAGEMENT Q_NETWORK_EXPORT QNetworkConfigurationManager : public QObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp:216:117: warning: 'static bool QSslSocket::addDefaultCaCertificates(const QString&, QSsl::EncodingFormat, QRegExp::PatternSyntax)' is deprecated [-Wdeprecated-declarations] QSslSocket::addDefaultCaCertificates(QDir(paths.at(i)).filePath(QLatin1String("*")), QSsl::Pem, QRegExp::Wildcard); ^ In file included from /usr/pkg/qt5/include/QtNetwork/qsslconfiguration.h:62:0, from /usr/pkg/qt5/include/QtNetwork/QSslConfiguration:1, from /usr/pkg/qt5/include/QtNetwork/qnetworkaccessmanager.h:49, from /usr/pkg/qt5/include/QtNetwork/QNetworkAccessManager:1, from /usr/pkg/qt5/include/QtNetwork/qnetworkreply.h:49, from /usr/pkg/qt5/include/QtNetwork/QNetworkReply:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/NetworkManagerFactory.cpp:21: /usr/pkg/qt5/include/QtNetwork/qsslsocket.h:178:31: note: declared here QT_DEPRECATED static bool addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format = QSsl::Pem, ^~~~~~~~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object CMakeFiles/otter-browser.dir/src/core/PasswordsManager.cpp.o [ 37%] Building CXX object CMakeFiles/otter-browser.dir/src/core/PasswordsStorageBackend.cpp.o [ 38%] Building CXX object CMakeFiles/otter-browser.dir/src/core/PlatformIntegration.cpp.o [ 38%] Building CXX object CMakeFiles/otter-browser.dir/src/core/SearchEnginesManager.cpp.o [ 38%] Building CXX object CMakeFiles/otter-browser.dir/src/core/SearchSuggester.cpp.o [ 39%] Building CXX object CMakeFiles/otter-browser.dir/src/core/SessionModel.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SearchEnginesManager.cpp: In static member function 'static void Otter::SearchEnginesManager::setupQuery(const QString&, const Otter::SearchEnginesManager::SearchUrl&, QNetworkRequest*, QNetworkAccessManager::Operation*, QByteArray*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SearchEnginesManager.cpp:241:277: warning: 'QByteArray& QByteArray::append(const QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations] body->append(QLatin1String("--AaB03x\r\ncontent-disposition: form-data; name=\"") + parameters.at(i).first + QLatin1String("\"\r\ncontent-type: text/plain;charset=UTF-8\r\ncontent-transfer-encoding: quoted-printable\r\n") + encodedValue + QLatin1String("\r\n--AaB03x\r\n")); ^ In file included from /usr/pkg/qt5/include/QtCore/qhashfunctions.h:44:0, from /usr/pkg/qt5/include/QtCore/qlist.h:47, from /usr/pkg/qt5/include/QtGui/qicon.h:45, from /usr/pkg/qt5/include/QtGui/QIcon:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/Job.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SearchEnginesManager.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SearchEnginesManager.cpp:20: /usr/pkg/qt5/include/QtCore/qstring.h:1511:20: note: declared here inline QByteArray &QByteArray::append(const QString &s) ^~~~~~~~~~ [ 39%] Building CXX object CMakeFiles/otter-browser.dir/src/core/SessionsManager.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.cpp: In member function 'void Otter::MainWindowSessionItem::handleWindowAdded(quint64)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.cpp:113:25: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (index().child(i, 0).data(SessionModel::IdentifierRole).toULongLong() == identifier) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.cpp: In member function 'void Otter::MainWindowSessionItem::handleWindowRemoved(quint64)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.cpp:126:25: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (index().child(i, 0).data(SessionModel::IdentifierRole).toULongLong() == identifier) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/SessionModel.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 39%] Building CXX object CMakeFiles/otter-browser.dir/src/core/SettingsManager.cpp.o [ 40%] Building CXX object CMakeFiles/otter-browser.dir/src/core/SpellCheckManager.cpp.o [ 40%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ThemesManager.cpp.o [ 40%] Building CXX object CMakeFiles/otter-browser.dir/src/core/ToolBarsManager.cpp.o [ 41%] Building CXX object CMakeFiles/otter-browser.dir/src/core/TransfersManager.cpp.o [ 41%] Building CXX object CMakeFiles/otter-browser.dir/src/core/UpdateChecker.cpp.o [ 41%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Updater.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp: In member function 'void Otter::Transfer::start(QNetworkReply*, const QString&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp:281:106: warning: 'void QNetworkReply::error(QNetworkReply::NetworkError)' is deprecated: Use QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-Wdeprecated-declarations] connect(m_reply, static_cast(&QNetworkReply::error), this, &Transfer::handleDownloadError); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkReply:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp:20: /usr/pkg/qt5/include/QtNetwork/qnetworkreply.h:161:10: note: declared here void error(QNetworkReply::NetworkError); ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp: In member function 'virtual bool Otter::Transfer::resume()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp:822:105: warning: 'void QNetworkReply::error(QNetworkReply::NetworkError)' is deprecated: Use QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-Wdeprecated-declarations] connect(m_reply, static_cast(&QNetworkReply::error), this, &Transfer::handleDownloadError); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkReply:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp:20: /usr/pkg/qt5/include/QtNetwork/qnetworkreply.h:161:10: note: declared here void error(QNetworkReply::NetworkError); ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp: In member function 'virtual bool Otter::Transfer::restart()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp:865:105: warning: 'void QNetworkReply::error(QNetworkReply::NetworkError)' is deprecated: Use QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-Wdeprecated-declarations] connect(m_reply, static_cast(&QNetworkReply::error), this, &Transfer::handleDownloadError); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkReply:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/TransfersManager.cpp:20: /usr/pkg/qt5/include/QtNetwork/qnetworkreply.h:161:10: note: declared here void error(QNetworkReply::NetworkError); ^~~~~ [ 42%] Building CXX object CMakeFiles/otter-browser.dir/src/core/UserScript.cpp.o [ 42%] Building CXX object CMakeFiles/otter-browser.dir/src/core/Utils.cpp.o [ 42%] Building CXX object CMakeFiles/otter-browser.dir/src/core/WebBackend.cpp.o [ 43%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/AcceptCookieDialog.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/UserScript.cpp: In member function 'bool Otter::UserScript::checkUrl(const QUrl&, const QStringList&) const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/UserScript.cpp:424:59: warning: 'QString QUrl::topLevelDomain(QUrl::ComponentFormattingOptions) const' is deprecated [-Wdeprecated-declarations] rule.replace(QLatin1String(".tld"), url.topLevelDomain(), Qt::CaseInsensitive); ^ In file included from /usr/pkg/qt5/include/QtCore/QUrl:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/AddonsManager.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/UserScript.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/core/UserScript.cpp:21: /usr/pkg/qt5/include/QtCore/qurl.h:238:27: note: declared here QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const; ^~~~~~~~~~~~~~ [ 43%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/Action.cpp.o [ 43%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ActionComboBoxWidget.cpp.o [ 44%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/Animation.cpp.o [ 44%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ApplicationComboBoxWidget.cpp.o [ 45%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/AuthenticationDialog.cpp.o [ 45%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/BookmarkPropertiesDialog.cpp.o [ 45%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/BookmarksComboBoxWidget.cpp.o [ 46%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/BookmarksImporterWidget.cpp.o [ 46%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/CertificateDialog.cpp.o [ 46%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ClearHistoryDialog.cpp.o [ 47%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ColorWidget.cpp.o [ 47%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ComboBoxWidget.cpp.o [ 47%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ContentsDialog.cpp.o [ 48%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ContentsWidget.cpp.o [ 48%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/CookiePropertiesDialog.cpp.o [ 48%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/Dialog.cpp.o [ 49%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/FeedPropertiesDialog.cpp.o [ 49%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/FeedsComboBoxWidget.cpp.o [ 49%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/FilePathWidget.cpp.o [ 50%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/IconWidget.cpp.o [ 50%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ImagePropertiesDialog.cpp.o [ 50%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ImportDialog.cpp.o [ 51%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ItemDelegate.cpp.o [ 51%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ItemViewWidget.cpp.o [ 51%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/LineEditWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.cpp: In member function 'void Otter::ItemViewWidget::ensureInitialized()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.cpp:414:130: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList columns(settings.getValue(QLatin1String("columns")).toString().split(QLatin1Char(','), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qhashfunctions.h:44:0, from /usr/pkg/qt5/include/QtCore/qlist.h:47, from /usr/pkg/qt5/include/QtCore/qvariant.h:45, from /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:43, from /usr/pkg/qt5/include/QtCore/qabstractproxymodel.h:43, from /usr/pkg/qt5/include/QtCore/qsortfilterproxymodel.h:43, from /usr/pkg/qt5/include/QtCore/QSortFilterProxyModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.cpp:22: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.cpp: In member function 'bool Otter::ItemViewWidget::applyFilter(const QModelIndex&, bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.cpp:1057:36: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (applyFilter(index.child(i, 0), hasMatch)) ^ In file included from /usr/pkg/qt5/include/QtCore/qabstractproxymodel.h:43:0, from /usr/pkg/qt5/include/QtCore/qsortfilterproxymodel.h:43, from /usr/pkg/qt5/include/QtCore/QSortFilterProxyModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ItemViewWidget.cpp:22: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 52%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/LocaleDialog.cpp.o [ 52%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/MainWindow.cpp.o [ 52%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/MasterPasswordDialog.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/MainWindow.cpp: In member function 'void Otter::MainWindow::addWindow(Otter::Window*, Otter::SessionsManager::OpenHints, int, const Otter::WindowState&, bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/MainWindow.cpp:1404:44: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (!mainWindowItem->index().child(i, 0).data(SessionModel::IsPinnedRole).toBool()) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/BookmarksModel.h:31, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/InputInterpreter.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/OpenAddressDialog.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/MainWindow.cpp:28: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 53%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/Menu.cpp.o [ 53%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/MenuBarWidget.cpp.o [ 53%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/NotificationDialog.cpp.o [ 54%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/OpenAddressDialog.cpp.o [ 54%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/OpenBookmarkDialog.cpp.o [ 54%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/OptionWidget.cpp.o [ 55%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/PreferencesDialog.cpp.o [ 55%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/PreviewWidget.cpp.o [ 56%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ProgressBarWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/OptionWidget.cpp: In member function 'QVariant Otter::OptionWidget::getValue() const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/OptionWidget.cpp:377:86: warning: 'QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] return m_lineEditWidget->text().split(QLatin1String(", "), QString::SkipEmptyParts); ^ In file included from /usr/pkg/qt5/include/QtCore/qobject.h:47:0, from /usr/pkg/qt5/include/QtCore/QObject:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/SettingsManager.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/OptionWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/OptionWidget.cpp:21: /usr/pkg/qt5/include/QtCore/qstring.h:609:17: note: declared here QStringList split(const QString &sep, SplitBehavior behavior, ^~~~~ [ 56%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ProxyModel.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/PreviewWidget.cpp: In member function 'void Otter::PreviewWidget::setPreview(const QString&, const QPixmap&, bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/PreviewWidget.cpp:91:55: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] const int width(m_textLabel->fontMetrics().width(text) + 8); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/qframe.h:44, from /usr/pkg/qt5/include/QtWidgets/qlabel.h:44, from /usr/pkg/qt5/include/QtWidgets/QLabel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/PreviewWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/PreviewWidget.cpp:20: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ [ 56%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ReloadTimeDialog.cpp.o [ 57%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ReportDialog.cpp.o [ 57%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ResizerWidget.cpp.o [ 57%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SaveSessionDialog.cpp.o [ 58%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SearchEnginePropertiesDialog.cpp.o [ 58%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SessionsManagerDialog.cpp.o [ 58%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SidebarWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SidebarWidget.cpp: In member function 'void Otter::SidebarWidget::updatePanels()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SidebarWidget.cpp:350:29: warning: 'QSet QList::toSet() const [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] if (m_buttons.keys().toSet() == definition.panels.toSet()) ^ In file included from /usr/pkg/qt5/include/QtGui/qicon.h:45:0, from /usr/pkg/qt5/include/QtWidgets/qabstractbutton.h:44, from /usr/pkg/qt5/include/QtWidgets/qtoolbutton.h:45, from /usr/pkg/qt5/include/QtWidgets/QToolButton:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SidebarWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SidebarWidget.cpp:21: /usr/pkg/qt5/include/QtCore/qlist.h:413:13: note: declared here QSet toSet() const; ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SidebarWidget.cpp:350:58: warning: 'QSet QList::toSet() const [with T = QString]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] if (m_buttons.keys().toSet() == definition.panels.toSet()) ^ In file included from /usr/pkg/qt5/include/QtCore/qdebug.h:52:0, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:47, from /usr/pkg/qt5/include/QtNetwork/qtcpsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qsslsocket.h:49, from /usr/pkg/qt5/include/QtNetwork/qsslconfiguration.h:62, from /usr/pkg/qt5/include/QtNetwork/QSslConfiguration:1, from /usr/pkg/qt5/include/QtNetwork/qnetworkaccessmanager.h:49, from /usr/pkg/qt5/include/QtNetwork/QNetworkAccessManager:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/NetworkManager.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ContentsWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SidebarWidget.cpp:22: /usr/pkg/qt5/include/QtCore/qset.h:406:30: note: declared here Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const ^~~~~~~~ [ 59%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SourceViewerWebWidget.cpp.o [ 59%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SourceViewerWidget.cpp.o [ 59%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/SplitterWidget.cpp.o [ 60%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/StartupDialog.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.cpp: In member function 'void Otter::MarginWidget::updateWidth()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.cpp:313:57: warning: 'int QFontMetrics::width(QChar) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] setFixedWidth(6 + (fontMetrics().width(QLatin1Char('9')) * digits)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/QWidget:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:37, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.cpp:20: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:110:9: note: declared here int width(QChar) const; ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.cpp: In member function 'virtual void Otter::SourceViewerWidget::wheelEvent(QWheelEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.cpp:372:37: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] setZoom(getZoom() + (event->delta() / 16)); ^ In file included from /usr/pkg/qt5/include/QtGui/QHelpEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:32, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/SourceViewerWidget.cpp:20: /usr/pkg/qt5/include/QtGui/qevent.h:219:16: note: declared here inline int delta() const { return qt4D; } ^~~~~ [ 60%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/StatusBarWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.cpp: In constructor 'Otter::StartupDialog::StartupDialog(const QString&, QWidget*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.cpp:89:97: warning: 'void QButtonGroup::buttonClicked(int)' is deprecated: Use QButtonGroup::idClicked(int) instead [-Wdeprecated-declarations] connect(m_ui->buttonGroup, static_cast(&QButtonGroup::buttonClicked), [&]() ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_StartupDialog.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.cpp:24: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:90:10: note: declared here void buttonClicked(int); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.cpp: In member function 'Otter::SessionInformation Otter::StartupDialog::getSession() const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.cpp:183:61: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex windowIndex(mainWindowIndex.child(j, 0)); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/StartupDialog.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 60%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/Style.cpp.o [ 61%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TabBarWidget.cpp.o [ 61%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TabSwitcherWidget.cpp.o [ 61%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TextBrowserWidget.cpp.o [ 62%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TextEditWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp: In member function 'void Otter::TabHandleWidget::updateTitle()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:525:39: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] int length(fontMetrics().width(title)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/QWidget:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:37, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:21: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:530:38: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] length = fontMetrics().width(title); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/QWidget:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:37, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:21: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp: In member function 'virtual void Otter::TabBarWidget::wheelEvent(QWheelEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:965:45: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] Application::triggerAction(((event->delta() > 0) ? ActionsManager::ActivateTabOnLeftAction : ActionsManager::ActivateTabOnRightAction), {}, parentWidget()); ^ In file included from /usr/pkg/qt5/include/QtGui/QHelpEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:32, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:219:16: note: declared here inline int delta() const { return qt4D; } ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp: In member function 'virtual bool Otter::TabBarWidget::event(QEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:1751:56: warning: 'QPoint QWheelEvent::pos() const' is deprecated: Use position() [-Wdeprecated-declarations] tab = tabAt(static_cast(event)->pos()); ^ In file included from /usr/pkg/qt5/include/QtGui/QHelpEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:32, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/TabBarWidget.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:225:19: note: declared here inline QPoint pos() const { return p.toPoint(); } ^~~ [ 62%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TextLabelWidget.cpp.o [ 62%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ToolBarDialog.cpp.o [ 63%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ToolBarDropZoneWidget.cpp.o [ 63%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ToolBarWidget.cpp.o [ 63%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/ToolButtonWidget.cpp.o [ 64%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TransferDialog.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.cpp: In member function 'void Otter::ToolBarWidget::updateDropIndex(const QPoint&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.cpp:519:123: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] BookmarksModel::Bookmark *dropBookmark(BookmarksManager::getModel()->getBookmark(m_bookmark->index().child(dropIndex, 0))); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/BookmarksModel.h:31, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.cpp:21: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.cpp: In member function 'virtual bool Otter::ToolBarWidget::event(QEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.cpp:1046:53: warning: 'QPoint QWheelEvent::pos() const' is deprecated: Use position() [-Wdeprecated-declarations] position = static_cast(event)->pos(); ^ In file included from /usr/pkg/qt5/include/QtGui/QHelpEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:32, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ContentsWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolBarWidget.cpp:23: /usr/pkg/qt5/include/QtGui/qevent.h:225:19: note: declared here inline QPoint pos() const { return p.toPoint(); } ^~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolButtonWidget.cpp: In member function 'virtual void Otter::ToolButtonWidget::paintEvent(QPaintEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolButtonWidget.cpp:112:176: warning: 'int QFontMetrics::width(QChar) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] option.text = option.fontMetrics.elidedText(option.text, (isLeftToRight() ? Qt::ElideRight : Qt::ElideLeft), (option.rect.width() - (option.fontMetrics.width(QLatin1Char(' ')) * 2) - ((toolButtonStyle() == Qt::ToolButtonTextBesideIcon) ? iconSize().width() : 0))); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/qabstractbutton.h:46, from /usr/pkg/qt5/include/QtWidgets/qtoolbutton.h:45, from /usr/pkg/qt5/include/QtWidgets/QToolButton:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolButtonWidget.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/ToolButtonWidget.cpp:20: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:110:9: note: declared here int width(QChar) const; ^~~~~ [ 64%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/TrayIcon.cpp.o [ 64%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/UpdateCheckerDialog.cpp.o [ 65%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/WebsiteInformationDialog.cpp.o [ 65%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/WebsitePreferencesDialog.cpp.o [ 65%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/WebWidget.cpp.o [ 66%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/WidgetFactory.cpp.o [ 66%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/Window.cpp.o [ 67%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/WorkspaceWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.cpp: In member function 'virtual void Otter::WebWidget::setOptions(const QHash&, const QStringList&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.cpp:652:73: warning: 'QSet QList::toSet() const [with T = int]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations] const QList identifiers((m_options.keys() + options.keys()).toSet().toList()); ^ In file included from /usr/pkg/qt5/include/QtCore/qdebug.h:52:0, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:47, from /usr/pkg/qt5/include/QtNetwork/qtcpsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qsslsocket.h:49, from /usr/pkg/qt5/include/QtNetwork/qsslconfiguration.h:62, from /usr/pkg/qt5/include/QtNetwork/QSslConfiguration:1, from /usr/pkg/qt5/include/QtNetwork/qnetworkaccessmanager.h:49, from /usr/pkg/qt5/include/QtNetwork/QNetworkAccessManager:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/NetworkManager.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.cpp:23: /usr/pkg/qt5/include/QtCore/qset.h:406:30: note: declared here Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const ^~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.cpp:652:82: warning: 'QList QSet::toList() const [with T = int]' is deprecated: Use values() instead. [-Wdeprecated-declarations] const QList identifiers((m_options.keys() + options.keys()).toSet().toList()); ^ In file included from /usr/pkg/qt5/include/QtCore/qdebug.h:52:0, from /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:47, from /usr/pkg/qt5/include/QtNetwork/qtcpsocket.h:44, from /usr/pkg/qt5/include/QtNetwork/qsslsocket.h:49, from /usr/pkg/qt5/include/QtNetwork/qsslconfiguration.h:62, from /usr/pkg/qt5/include/QtNetwork/QSslConfiguration:1, from /usr/pkg/qt5/include/QtNetwork/qnetworkaccessmanager.h:49, from /usr/pkg/qt5/include/QtNetwork/QNetworkAccessManager:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/../core/NetworkManager.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/WebWidget.cpp:23: /usr/pkg/qt5/include/QtCore/qset.h:265:14: note: declared here QList toList() const { return values(); } ^~~~~~ [ 67%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/AcceptLanguageDialog.cpp.o [ 67%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/ContentBlockingDialog.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/AcceptLanguageDialog.cpp: In constructor 'Otter::AcceptLanguageDialog::AcceptLanguageDialog(const QString&, QWidget*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/AcceptLanguageDialog.cpp:42:93: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList chosenLanguages(languages.split(QLatin1Char(','), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qobject.h:47:0, from /usr/pkg/qt5/include/QtWidgets/qwidget.h:45, from /usr/pkg/qt5/include/QtWidgets/qdialog.h:44, from /usr/pkg/qt5/include/QtWidgets/QDialog:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/../Dialog.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/AcceptLanguageDialog.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/AcceptLanguageDialog.cpp:21: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ [ 68%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/ContentBlockingProfileDialog.cpp.o [ 68%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/CookiesExceptionsDialog.cpp.o [ 68%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/JavaScriptPreferencesDialog.cpp.o [ 69%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/KeyboardProfileDialog.cpp.o [ 69%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/MouseProfileDialog.cpp.o [ 69%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/PreferencesAdvancedPageWidget.cpp.o [ 70%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/PreferencesContentPageWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.cpp: In member function 'Otter::MouseProfile Otter::MouseProfileDialog::getProfile() const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.cpp:310:58: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex actionIndex(contextIndex.child(j, 0)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qstyleoption.h:66:0, from /usr/pkg/qt5/include/QtWidgets/qabstractitemdelegate.h:45, from /usr/pkg/qt5/include/QtWidgets/qstyleditemdelegate.h:44, from /usr/pkg/qt5/include/QtWidgets/QStyledItemDelegate:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/../ItemDelegate.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.cpp:21: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.cpp:311:154: warning: 'QStringList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList steps(actionIndex.sibling(actionIndex.row(), 2).data(Qt::DisplayRole).toString().split(QLatin1String(", "), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qobject.h:47:0, from /usr/pkg/qt5/include/QtWidgets/qwidget.h:45, from /usr/pkg/qt5/include/QtWidgets/qdialog.h:44, from /usr/pkg/qt5/include/QtWidgets/QDialog:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/../Dialog.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/MouseProfileDialog.cpp:21: /usr/pkg/qt5/include/QtCore/qstring.h:609:17: note: declared here QStringList split(const QString &sep, SplitBehavior behavior, ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp: In constructor 'Otter::PreferencesAdvancedPageWidget::PreferencesAdvancedPageWidget(QWidget*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:400:112: warning: 'void QButtonGroup::buttonToggled(int, bool)' is deprecated: Use QButtonGroup::idToggled(int, bool) instead [-Wdeprecated-declarations] connect(m_ui->downloadsButtonGroup, static_cast(&QButtonGroup::buttonToggled), this, &PreferencesAdvancedPageWidget::updateDownloadsOptions); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_PreferencesAdvancedPageWidget.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:43: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:96:10: note: declared here void buttonToggled(int, bool); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:401:112: warning: 'void QButtonGroup::buttonToggled(int, bool)' is deprecated: Use QButtonGroup::idToggled(int, bool) instead [-Wdeprecated-declarations] connect(m_ui->downloadsButtonGroup, static_cast(&QButtonGroup::buttonToggled), this, &PreferencesAdvancedPageWidget::updateDownloadsMode); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_PreferencesAdvancedPageWidget.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:43: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:96:10: note: declared here void buttonToggled(int, bool); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp: In member function 'void Otter::PreferencesAdvancedPageWidget::updateDownloadsActions()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:629:115: warning: 'void QButtonGroup::buttonToggled(int, bool)' is deprecated: Use QButtonGroup::idToggled(int, bool) instead [-Wdeprecated-declarations] disconnect(m_ui->downloadsButtonGroup, static_cast(&QButtonGroup::buttonToggled), this, &PreferencesAdvancedPageWidget::updateDownloadsOptions); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_PreferencesAdvancedPageWidget.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:43: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:96:10: note: declared here void buttonToggled(int, bool); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:662:112: warning: 'void QButtonGroup::buttonToggled(int, bool)' is deprecated: Use QButtonGroup::idToggled(int, bool) instead [-Wdeprecated-declarations] connect(m_ui->downloadsButtonGroup, static_cast(&QButtonGroup::buttonToggled), this, &PreferencesAdvancedPageWidget::updateDownloadsOptions); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_PreferencesAdvancedPageWidget.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:43: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:96:10: note: declared here void buttonToggled(int, bool); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp: In member function 'void Otter::PreferencesAdvancedPageWidget::updateDownloadsOptions()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:672:115: warning: 'void QButtonGroup::buttonToggled(int, bool)' is deprecated: Use QButtonGroup::idToggled(int, bool) instead [-Wdeprecated-declarations] disconnect(m_ui->downloadsButtonGroup, static_cast(&QButtonGroup::buttonToggled), this, &PreferencesAdvancedPageWidget::updateDownloadsOptions); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_PreferencesAdvancedPageWidget.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:43: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:96:10: note: declared here void buttonToggled(int, bool); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:699:112: warning: 'void QButtonGroup::buttonToggled(int, bool)' is deprecated: Use QButtonGroup::idToggled(int, bool) instead [-Wdeprecated-declarations] connect(m_ui->downloadsButtonGroup, static_cast(&QButtonGroup::buttonToggled), this, &PreferencesAdvancedPageWidget::updateDownloadsOptions); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_PreferencesAdvancedPageWidget.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:43: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:96:10: note: declared here void buttonToggled(int, bool); ^~~~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp: In member function 'void Otter::PreferencesAdvancedPageWidget::updatePageSwitcher()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:1827:148: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] const int itemWidth(m_ui->advancedViewWidget->fontMetrics().width(m_ui->advancedViewWidget->model()->index(i, 0).data(Qt::DisplayRole).toString()) + 10); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/QWidget:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/PreferencesAdvancedPageWidget.cpp:22: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ [ 70%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/PreferencesGeneralPageWidget.cpp.o [ 70%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/PreferencesPrivacyPageWidget.cpp.o [ 71%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/PreferencesSearchPageWidget.cpp.o [ 71%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/ProxyPropertiesDialog.cpp.o [ 71%] Building CXX object CMakeFiles/otter-browser.dir/src/ui/preferences/UserAgentPropertiesDialog.cpp.o [ 72%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/passwords/file/FilePasswordsStorageBackend.cpp.o [ 72%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/html/HtmlBookmarksImporter.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/ProxyPropertiesDialog.cpp: In constructor 'Otter::ProxyPropertiesDialog::ProxyPropertiesDialog(const Otter::ProxyDefinition&, QWidget*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/ProxyPropertiesDialog.cpp:95:97: warning: 'void QButtonGroup::buttonClicked(int)' is deprecated: Use QButtonGroup::idClicked(int) instead [-Wdeprecated-declarations] connect(m_ui->buttonGroup, static_cast(&QButtonGroup::buttonClicked), this, &ProxyPropertiesDialog::updateProxyType); ^ In file included from /usr/pkg/qt5/include/QtWidgets/QButtonGroup:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/ui_ProxyPropertiesDialog.h:14, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/ui/preferences/ProxyPropertiesDialog.cpp:22: /usr/pkg/qt5/include/QtWidgets/qbuttongroup.h:90:10: note: declared here void buttonClicked(int); ^~~~~~~~~~~~~ [ 72%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/opera/OperaBookmarksImporter.cpp.o [ 73%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/opera/OperaNotesImporter.cpp.o [ 73%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/opera/OperaSearchEnginesImporter.cpp.o [ 73%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/opera/OperaSessionImporter.cpp.o [ 74%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/opml/OpmlImporter.cpp.o [ 74%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/importers/opml/OpmlImporterWidget.cpp.o [ 74%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/action/ActionWidget.cpp.o [ 75%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/address/AddressWidget.cpp.o [ 75%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/bookmark/BookmarkWidget.cpp.o [ 75%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/configurationOption/ConfigurationOptionWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp: In member function 'int Otter::AddressDelegate::calculateLength(const QStyleOptionViewItem&, const QString&, int) const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp:282:49: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] return (length + option.fontMetrics.width(text)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/qframe.h:44, from /usr/pkg/qt5/include/QtWidgets/qabstractscrollarea.h:44, from /usr/pkg/qt5/include/QtWidgets/qabstractitemview.h:44, from /usr/pkg/qt5/include/QtWidgets/qheaderview.h:44, from /usr/pkg/qt5/include/QtWidgets/QHeaderView:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/../../../ui/ItemViewWidget.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/../../../ui/LineEditWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp:22: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp:285:53: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] length += option.fontMetrics.width(text.left(index)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/qframe.h:44, from /usr/pkg/qt5/include/QtWidgets/qabstractscrollarea.h:44, from /usr/pkg/qt5/include/QtWidgets/qabstractitemview.h:44, from /usr/pkg/qt5/include/QtWidgets/qheaderview.h:44, from /usr/pkg/qt5/include/QtWidgets/QHeaderView:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/../../../ui/ItemViewWidget.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/../../../ui/LineEditWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp:22: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp:290:85: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] length += highlightedOption.fontMetrics.width(text.mid(index, m_highlight.length())); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qwidget.h:50:0, from /usr/pkg/qt5/include/QtWidgets/qframe.h:44, from /usr/pkg/qt5/include/QtWidgets/qabstractscrollarea.h:44, from /usr/pkg/qt5/include/QtWidgets/qabstractitemview.h:44, from /usr/pkg/qt5/include/QtWidgets/qheaderview.h:44, from /usr/pkg/qt5/include/QtWidgets/QHeaderView:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/../../../ui/ItemViewWidget.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/../../../ui/LineEditWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/address/AddressWidget.cpp:22: /usr/pkg/qt5/include/QtGui/qfontmetrics.h:106:9: note: declared here int width(const QString &, int len = -1) const; ^~~~~ [ 76%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/contentBlockingInformation/ContentBlockingInformationWidget.cpp.o [ 76%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/errorConsole/ErrorConsoleWidget.cpp.o [ 76%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/menuButton/MenuButtonWidget.cpp.o [ 77%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/panelChooser/PanelChooserWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/errorConsole/ErrorConsoleWidget.cpp: In member function 'void Otter::ErrorConsoleWidget::applyFilters(const QModelIndex&, const QString&, const QVector&, quint64)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/errorConsole/ErrorConsoleWidget.cpp:254:120: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (!filter.isEmpty() && !(index.data(SourceRole).toString().contains(filter, Qt::CaseInsensitive) || index.child(0, 0).data(Qt::DisplayRole).toString().contains(filter, Qt::CaseInsensitive))) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/errorConsole/ErrorConsoleWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/errorConsole/ErrorConsoleWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 77%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/privateWindowIndicator/PrivateWindowIndicatorWidget.cpp.o [ 78%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/progressInformation/ProgressInformationWidget.cpp.o [ 78%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/search/SearchWidget.cpp.o [ 78%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/statusMessage/StatusMessageWidget.cpp.o [ 79%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/transfers/TransfersWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/search/SearchWidget.cpp: In member function 'virtual void Otter::SearchWidget::wheelEvent(QWheelEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/search/SearchWidget.cpp:346:20: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] if (event->delta() > 0) ^ In file included from /usr/pkg/qt5/include/QtGui/QContextMenuEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/search/../../../ui/ItemViewWidget.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/search/../../../ui/LineEditWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/search/SearchWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/widgets/search/SearchWidget.cpp:21: /usr/pkg/qt5/include/QtGui/qevent.h:219:16: note: declared here inline int delta() const { return qt4D; } ^~~~~ [ 79%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/widgets/zoom/ZoomWidget.cpp.o [ 79%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/addons/AddonsContentsWidget.cpp.o [ 80%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/bookmarks/BookmarksContentsWidget.cpp.o [ 80%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/cache/CacheContentsWidget.cpp.o [ 80%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/configuration/ConfigurationContentsWidget.cpp.o [ 81%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/cookies/CookiesContentsWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/bookmarks/BookmarksContentsWidget.cpp: In member function 'void Otter::BookmarksContentsWidget::showContextMenu(const QPoint&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/bookmarks/BookmarksContentsWidget.cpp:178:113: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (type == BookmarksModel::SeparatorBookmark || (type == BookmarksModel::FolderBookmark && index.child(0, 0).data(BookmarksModel::TypeRole).toInt() == 0)) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/bookmarks/../../../core/BookmarksModel.h:31, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/bookmarks/../../../core/BookmarksManager.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/bookmarks/BookmarksContentsWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/bookmarks/BookmarksContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp: In member function 'void Otter::CacheContentsWidget::removeDomainEntries()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp:172:47: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] cache->remove(domainItem->index().child(i, 0).data(Qt::UserRole).toUrl()); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp: In member function 'void Otter::CacheContentsWidget::handleEntryAdded(const QUrl&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp:232:38: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (domainItem->index().child(i, 0).data(Qt::UserRole).toUrl() == entry) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp: In member function 'void Otter::CacheContentsWidget::handleEntryRemoved(const QUrl&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp:315:67: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const qint64 size(domainItem->index().child(entryItem->row(), 2).data(Qt::UserRole).toLongLong()); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cache/CacheContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp: In member function 'void Otter::ConfigurationContentsWidget::saveAll(bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:380:55: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex optionIndex(groupIndex.child(j, 0)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qstyleoption.h:66:0, from /usr/pkg/qt5/include/QtWidgets/qabstractitemdelegate.h:45, from /usr/pkg/qt5/include/QtWidgets/qstyleditemdelegate.h:44, from /usr/pkg/qt5/include/QtWidgets/QStyledItemDelegate:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/../../../ui/ItemDelegate.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:385:55: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex valueIndex(groupIndex.child(j, 2)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qstyleoption.h:66:0, from /usr/pkg/qt5/include/QtWidgets/qabstractitemdelegate.h:45, from /usr/pkg/qt5/include/QtWidgets/qstyleditemdelegate.h:44, from /usr/pkg/qt5/include/QtWidgets/QStyledItemDelegate:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/../../../ui/ItemDelegate.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp: In member function 'void Otter::ConfigurationContentsWidget::handleOptionChanged(int, const QVariant&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:444:54: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex valueIndex(groupIndex.child(j, 2)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qstyleoption.h:66:0, from /usr/pkg/qt5/include/QtWidgets/qabstractitemdelegate.h:45, from /usr/pkg/qt5/include/QtWidgets/qstyleditemdelegate.h:44, from /usr/pkg/qt5/include/QtWidgets/QStyledItemDelegate:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/../../../ui/ItemDelegate.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:448:56: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex optionIndex(groupIndex.child(j, 0)); ^ In file included from /usr/pkg/qt5/include/QtWidgets/qstyleoption.h:66:0, from /usr/pkg/qt5/include/QtWidgets/qabstractitemdelegate.h:45, from /usr/pkg/qt5/include/QtWidgets/qstyleditemdelegate.h:44, from /usr/pkg/qt5/include/QtWidgets/QStyledItemDelegate:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/../../../ui/ItemDelegate.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/configuration/ConfigurationContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 81%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/history/HistoryContentsWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp: In member function 'void Otter::CookiesContentsWidget::removeCookies()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:145:60: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] cookies.append(getCookie(domainItem->index().child(j, 0))); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp: In member function 'void Otter::CookiesContentsWidget::removeDomainCookies()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:185:73: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QNetworkCookie cookie(getCookie(domainItem->index().child(j, 0))); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp: In member function 'void Otter::CookiesContentsWidget::handleCookieRemoved(const QNetworkCookie&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:300:73: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] if (cookie.hasSameIdentifier(getCookie(domainItem->index().child(j, 0)))) ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:302:79: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] point = m_ui->cookiesViewWidget->visualRect(domainItem->index().child(j, 0)).center(); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/cookies/CookiesContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 81%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/feeds/FeedsContentsWidget.cpp.o [ 82%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/links/LinksContentsWidget.cpp.o [ 82%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/notes/NotesContentsWidget.cpp.o [ 82%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/pageInformation/PageInformationContentsWidget.cpp.o [ 83%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/passwords/PasswordsContentsWidget.cpp.o [ 83%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/preferences/PreferencesContentsWidget.cpp.o [ 83%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/tabHistory/TabHistoryContentsWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp: In member function 'void Otter::PasswordsContentsWidget::removePasswords()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:159:54: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] passwords.append(getPassword(hostIndex.child(j, 0))); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp: In member function 'void Otter::PasswordsContentsWidget::filterPasswords(const QString&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:332:53: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex setIndex(domainIndex.child(j, 0)); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:339:54: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex fieldIndex(setIndex.child(k, 0)); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp: In member function 'Otter::PasswordsManager::PasswordInformation Otter::PasswordsContentsWidget::getPassword(const QModelIndex&) const': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:411:47: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] const QModelIndex nameIndex(index.child(i, 0)); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:414:123: warning: 'QModelIndex QModelIndex::child(int, int) const' is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations] field.value = ((nameIndex.data(FieldTypeRole).toInt() == PasswordsManager::PasswordField) ? QString() : index.child(i, 1).data(Qt::DisplayRole).toString()); ^ In file included from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:44:0, from /usr/pkg/qt5/include/QtGui/QStandardItemModel:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/passwords/PasswordsContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qabstractitemmodel.h:455:20: note: declared here inline QModelIndex QModelIndex::child(int arow, int acolumn) const ^~~~~~~~~~~ [ 84%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/transfers/TransfersContentsWidget.cpp.o [ 84%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/PasswordBarWidget.cpp.o [ 84%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/PermissionBarWidget.cpp.o [ 85%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/PopupsBarWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/TransfersContentsWidget.cpp: In member function 'void Otter::TransfersContentsWidget::handleTransferAdded(Otter::Transfer*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/TransfersContentsWidget.cpp:230:66: warning: 'QVariant qVariantFromValue(const T&) [with T = void*]' is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations] items[0]->setData(qVariantFromValue(static_cast(transfer)), InstanceRole); ^ In file included from /usr/pkg/qt5/include/QtCore/QVariantMap:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/../../../ui/../core/ActionsManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/../../../ui/../core/ActionExecutor.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/../../../ui/WebWidget.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/../../../ui/ContentsWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/TransfersContentsWidget.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/transfers/TransfersContentsWidget.cpp:20: /usr/pkg/qt5/include/QtCore/qvariant.h:530:17: note: declared here inline QVariant qVariantFromValue(const T &t) ^~~~~~~~~~~~~~~~~ [ 85%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/ProgressToolBarWidget.cpp.o [ 85%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/SearchBarWidget.cpp.o [ 86%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/SelectPasswordDialog.cpp.o [ 86%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/StartPageModel.cpp.o [ 86%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/StartPagePreferencesDialog.cpp.o [ 87%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/StartPageWidget.cpp.o [ 87%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/web/WebContentsWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageModel.cpp: In member function 'void Otter::StartPageModel::addTile(const QUrl&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageModel.cpp:122:168: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] const QStringList directories(SettingsManager::getOption(SettingsManager::StartPage_BookmarksFolderOption).toString().split(QLatin1Char('/'), QString::SkipEmptyParts)); ^ In file included from /usr/pkg/qt5/include/QtCore/qurl.h:46:0, from /usr/pkg/qt5/include/QtCore/QUrl:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/../../../core/BookmarksModel.h:28, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageModel.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageModel.cpp:20: /usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here QStringList split(QChar sep, SplitBehavior behavior, ^~~~~ [ 87%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/windows/windows/WindowsContentsWidget.cpp.o [ 88%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/columnresizer/ColumnResizer.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageWidget.cpp: In member function 'virtual bool Otter::StartPageWidget::eventFilter(QObject*, QEvent*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageWidget.cpp:905:111: warning: 'QPoint QWheelEvent::globalPos() const' is deprecated: Use globalPosition() [-Wdeprecated-declarations] m_currentIndex = m_listView->indexAt(m_listView->mapFromGlobal(static_cast(event)->globalPos())); ^ In file included from /usr/pkg/qt5/include/QtGui/QInputEvent:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/../../../core/GesturesManager.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/windows/web/StartPageWidget.cpp:25: /usr/pkg/qt5/include/QtGui/qevent.h:227:19: note: declared here inline QPoint globalPos() const { return g.toPoint(); } ^~~~~~~~~ [ 88%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/mousegestures/MouseGestures.cpp.o [ 89%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitCookieJar.cpp.o [ 89%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitFtpListingNetworkReply.cpp.o [ 89%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitHistoryInterface.cpp.o [ 90%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitInspector.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitFtpListingNetworkReply.cpp: In member function 'void Otter::QtWebKitFtpListingNetworkReply::processCommand(int, bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitFtpListingNetworkReply.cpp:89:34: warning: 'void QNetworkReply::error(QNetworkReply::NetworkError)' is deprecated: Use QNetworkReply::errorOccurred(QNetworkReply::NetworkError) instead [-Wdeprecated-declarations] emit error(ContentNotFoundError); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkReply:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/../../../../core/ListingNetworkReply.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitFtpListingNetworkReply.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitFtpListingNetworkReply.cpp:21: /usr/pkg/qt5/include/QtNetwork/qnetworkreply.h:161:10: note: declared here void error(QNetworkReply::NetworkError); ^~~~~ [ 90%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitNetworkManager.cpp.o [ 90%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitPage.cpp.o [ 91%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitPluginFactory.cpp.o [ 91%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitNetworkManager.cpp: In member function 'void Otter::QtWebKitNetworkManager::handleOnlineStateChanged(bool)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitNetworkManager.cpp:411:57: warning: 'void QNetworkAccessManager::setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility)' is deprecated [-Wdeprecated-declarations] setNetworkAccessible(QNetworkAccessManager::Accessible); ^ In file included from /usr/pkg/qt5/include/QtNetwork/QNetworkAccessManager:1:0, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/../../../../ui/../core/NetworkManager.h:26, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/../../../../ui/WebWidget.h:27, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitWebWidget.h:24, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitNetworkManager.h:25, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/QtWebKitNetworkManager.cpp:22: /usr/pkg/qt5/include/QtNetwork/qnetworkaccessmanager.h:159:37: note: declared here QT_DEPRECATED_VERSION_5_15 void setNetworkAccessible(NetworkAccessibility accessible); ^~~~~~~~~~~~~~~~~~~~ [ 91%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitWebBackend.cpp.o [ 92%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitWebWidget.cpp.o [ 92%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp.o [ 92%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qurlinfo.cpp.o [ 93%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitPlugin.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp: In member function 'void QFtpDTP::connectToHost(const QString&, quint16)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp:332:102: warning: 'void QAbstractSocket::error(QAbstractSocket::SocketError)' is deprecated: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Wdeprecated-declarations] connect(socket, static_cast(&QTcpSocket::error), this, &QFtpDTP::socketError); ^ In file included from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp:46:0: /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:211:10: note: declared here void error(QAbstractSocket::SocketError); ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp: In member function 'void QFtpDTP::setupSocket()': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp:777:102: warning: 'void QAbstractSocket::error(QAbstractSocket::SocketError)' is deprecated: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Wdeprecated-declarations] connect(socket, static_cast(&QTcpSocket::error), this, &QFtpDTP::socketError); ^ In file included from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp:46:0: /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:211:10: note: declared here void error(QAbstractSocket::SocketError); ^~~~~ /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp: In constructor 'QFtpPI::QFtpPI(QObject*)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp:811:110: warning: 'void QAbstractSocket::error(QAbstractSocket::SocketError)' is deprecated: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Wdeprecated-declarations] connect(&commandSocket, static_cast(&QTcpSocket::error), this, static_cast(&QFtpPI::error)); ^ In file included from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/qftp.cpp:46:0: /usr/pkg/qt5/include/QtNetwork/qabstractsocket.h:211:10: note: declared here void error(QAbstractSocket::SocketError); ^~~~~ [ 93%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/backends/web/qtwebkit/QtWebKitSpellChecker.cpp.o [ 93%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/client.cpp.o [ 94%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/loader.cpp.o [ 94%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/speller.cpp.o [ 94%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/spellerplugin.cpp.o [ 95%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/settings.cpp.o [ 95%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/textbreaks.cpp.o [ 95%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/core/tokenizer.cpp.o [ 96%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/ui/highlighter.cpp.o [ 96%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/plugins/hunspell/hunspellclient.cpp.o [ 96%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/plugins/hunspell/hunspelldebug.cpp.o [ 97%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/sonnet/src/plugins/hunspell/hunspelldict.cpp.o [ 97%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/platforms/freedesktoporg/FreeDesktopOrgPlatformIntegration.cpp.o [ 97%] Building CXX object CMakeFiles/otter-browser.dir/src/modules/platforms/freedesktoporg/FreeDesktopOrgPlatformStyle.cpp.o [ 98%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/libmimeapps/ConfigReader.cpp.o [ 98%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/libmimeapps/DesktopEntry.cpp.o [ 98%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/libmimeapps/Index.cpp.o [ 99%] Building CXX object CMakeFiles/otter-browser.dir/3rdparty/libmimeapps/Tools.cpp.o [100%] Building CXX object CMakeFiles/otter-browser.dir/qrc_resources.cpp.o [100%] Building CXX object CMakeFiles/otter-browser.dir/qrc_QtWebKitResources.cpp.o /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/platforms/freedesktoporg/FreeDesktopOrgPlatformIntegration.cpp: In function 'QDBusArgument& operator<<(QDBusArgument&, const QImage&)': /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/platforms/freedesktoporg/FreeDesktopOrgPlatformIntegration.cpp:87:88: warning: 'int QImage::byteCount() const' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] argument << QByteArray(reinterpret_cast(target.bits()), target.byteCount()); ^ In file included from /usr/pkg/qt5/include/QtGui/qpixmap.h:49:0, from /usr/pkg/qt5/include/QtGui/qicon.h:46, from /usr/pkg/qt5/include/QtWidgets/qstyle.h:47, from /usr/pkg/qt5/include/QtWidgets/qcommonstyle.h:44, from /usr/pkg/qt5/include/QtWidgets/QCommonStyle:1, from /usr/pkg/qt5/include/QtWidgets/qproxystyle.h:44, from /usr/pkg/qt5/include/QtWidgets/QProxyStyle:1, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/platforms/freedesktoporg/../../../ui/Style.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/platforms/freedesktoporg/FreeDesktopOrgPlatformStyle.h:23, from /tmp/www/otter-browser/work/otter-browser-1.0.03/src/modules/platforms/freedesktoporg/FreeDesktopOrgPlatformIntegration.cpp:23: /usr/pkg/qt5/include/QtGui/qimage.h:221:44: note: declared here QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const; ^~~~~~~~~ [100%] Linking CXX executable otter-browser [100%] Built target otter-browser