Snippets for yacreader 10.2.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/yacreader/10.2.0/150amd64-default.log.
-
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:38:52: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 38 | txt.append(QString("contrast:%1\r\n").arg(info.contrast)); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:367:5: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 367 | brightness = comicInfo.brightness; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:367:28: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 367 | brightness = comicInfo.brightness; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:368:5: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 368 | contrast = comicInfo.contrast; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:368:26: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 368 | contrast = comicInfo.contrast; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:369:5: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 369 | gamma = comicInfo.gamma; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:369:23: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 369 | gamma = comicInfo.gamma; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:655:25: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 655 | stream << comicInfo.brightness; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:656:25: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 656 | stream << comicInfo.contrast; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:657:25: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 657 | stream << comicInfo.gamma; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:740:25: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 740 | stream >> comicInfo.brightness; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:741:25: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 741 | stream >> comicInfo.contrast; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic_db.cpp:742:25: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 742 | stream >> comicInfo.gamma; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/bookmarks.cpp:141:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 141 | f.open(QIODevice::WriteOnly); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/third_party/QtWebApp/httpserver/httprequest.cpp:182:13: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 182 | tempFile->open(); | ^~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/third_party/QtWebApp/httpserver/httprequest.cpp:514:25: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 514 | uploadedFile->open(); | ^~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/third_party/QtWebApp/templateengine/template.cpp:24:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 24 | file.open(QFile::ReadOnly | QFile::Text); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/third_party/QtWebApp/templateengine/templateloader.cpp:58:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 58 | file.open(QIODevice::ReadOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/common/comic.cpp:792:13: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 792 | f.open(QIODevice::ReadOnly); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/help_about_dialog.cpp:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 90 | f.open(QIODevice::ReadOnly); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_search_line_edit.h:24:10: warning: 'resizeEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 24 | void resizeEvent(QResizeEvent *); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_sidebar.h:39:11: warning: 'sizeHint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 39 | QSize sizeHint() const; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_sidebar.h:53:10: warning: 'paintEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 53 | void paintEvent(QPaintEvent *); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_sidebar.h:54:10: warning: 'closeEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 54 | void closeEvent(QCloseEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:28:18: warning: 'closeEditor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 28 | virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:29:18: warning: 'commitData' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 29 | virtual void commitData(QWidget *editor); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:32:10: warning: 'resizeEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 32 | void resizeEvent(QResizeEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:33:10: warning: 'mouseMoveEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 33 | void mouseMoveEvent(QMouseEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:34:10: warning: 'mousePressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 34 | void mousePressEvent(QMouseEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:35:10: warning: 'leaveEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 35 | void leaveEvent(QEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:37:10: warning: 'dragEnterEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 37 | void dragEnterEvent(QDragEnterEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:38:10: warning: 'dragMoveEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 38 | void dragMoveEvent(QDragMoveEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/custom_widgets/custom_widgets_library_autogen/EWIEGA46WW/../../../../yacreader-10.2.0/custom_widgets/yacreader_table_view.h:39:10: warning: 'dropEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 39 | void dropEvent(QDropEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_spin_slider_widget.cpp:20:42: warning: implicit conversion from 'double' to 'int' changes value from 0.85 to 0 [-Wliteral-conversion] 20 | layout->setStretchFactor(slider, 0.85); | ~~~~~~~~~~~~~~~~ ^~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_spin_slider_widget.cpp:22:41: warning: implicit conversion from 'double' to 'int' changes value from 0.15 to 0 [-Wliteral-conversion] 22 | layout->setStretchFactor(label, 0.15); | ~~~~~~~~~~~~~~~~ ^~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_search_line_edit.h:24:10: warning: 'resizeEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 24 | void resizeEvent(QResizeEvent *); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:28:18: warning: 'closeEditor' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 28 | virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:29:18: warning: 'commitData' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 29 | virtual void commitData(QWidget *editor); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:32:10: warning: 'resizeEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 32 | void resizeEvent(QResizeEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:33:10: warning: 'mouseMoveEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 33 | void mouseMoveEvent(QMouseEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:34:10: warning: 'mousePressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 34 | void mousePressEvent(QMouseEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:35:10: warning: 'leaveEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 35 | void leaveEvent(QEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:37:10: warning: 'dragEnterEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 37 | void dragEnterEvent(QDragEnterEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:38:10: warning: 'dragMoveEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 38 | void dragMoveEvent(QDragMoveEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.h:39:10: warning: 'dropEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 39 | void dropEvent(QDropEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_table_view.cpp:203:34: warning: 'State_Editing' is deprecated: Not used and no effect since Qt 5 [-Wdeprecated-declarations] 203 | if (!(option.state & QStyle::State_Editing)) { | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_sidebar.h:39:11: warning: 'sizeHint' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 39 | QSize sizeHint() const; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_sidebar.h:53:10: warning: 'paintEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 53 | void paintEvent(QPaintEvent *); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/custom_widgets/yacreader_sidebar.h:54:10: warning: 'closeEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 54 | void closeEvent(QCloseEvent *event); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db/data_base_management.cpp:1947:21: warning: add explicit braces to avoid dangling else [-Wdangling-else] 1947 | QLOG_INFO() << "REINDEX did not complete during salvage:" << reindex.lastError().text(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:805:57: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 805 | updateComicInfo.bindValue(":brightness", comicInfo->brightness); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:806:55: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 806 | updateComicInfo.bindValue(":contrast", comicInfo->contrast); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:807:52: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 807 | updateComicInfo.bindValue(":gamma", comicInfo->gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:2073:15: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2073 | comicInfo.brightness = query.value(brightness).toInt(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:2074:15: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2074 | comicInfo.contrast = query.value(contrast).toInt(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:2075:15: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2075 | comicInfo.gamma = query.value(gamma).toInt(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:2199:32: warning: 'exec' is deprecated: Use QSqlQuery::exec() instead. [-Wdeprecated-declarations] 2199 | auto foldersQuery = db.exec("SELECT COUNT(*) FROM folder WHERE id <> 1"); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:2205:31: warning: 'exec' is deprecated: Use QSqlQuery::exec() instead. [-Wdeprecated-declarations] 2205 | auto comicsQuery = db.exec("SELECT COUNT(*) FROM comic"); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db_helper.cpp:2211:35: warning: 'exec' is deprecated: Use QSqlQuery::exec() instead. [-Wdeprecated-declarations] 2211 | auto readComicsQuery = db.exec("SELECT count(*) FROM comic c INNER JOIN comic_info ci ON c.comicInfoId = ci.id WHERE ci.read = 1"); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/third_party/KDToolBox/KDSignalThrottler.cpp:191:14: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 191 | emit triggered(this->value); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/server/yacreader_server_data_helper.cpp:170:37: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 170 | json["brightness"] = comic.info.brightness; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/server/yacreader_server_data_helper.cpp:171:35: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 171 | json["contrast"] = comic.info.contrast; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/server/yacreader_server_data_helper.cpp:172:32: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 172 | json["gamma"] = comic.info.gamma; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/.build/YACReaderLibrary/comic_vine/comic_vine_autogen/NLOY5YBGEN/../../../../../yacreader-10.2.0/YACReaderLibrary/comic_vine/model/local_comic_list_model.h:20:14: warning: 'data' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 20 | QVariant data(const QModelIndex &index, int role) const; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp:150:9: warning: ignoring return value of function declared with 'nodiscard' attribute: Use QThreadPool::start(Callable&&) if you don't need the returned QFuture [-Wunused-result] 150 | QtConcurrent::run(&ComicVineDialog::getComicsInfo, this, matchingInfo, volumeInfo); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp:157:9: warning: ignoring return value of function declared with 'nodiscard' attribute: Use QThreadPool::start(Callable&&) if you don't need the returned QFuture [-Wunused-result] 157 | QtConcurrent::run(&ComicVineDialog::getComicInfo, this, comicId, volumeInfo); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/comic_vine/model/local_comic_list_model.h:20:14: warning: 'data' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 20 | QVariant data(const QModelIndex &index, int role) const; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_creator.cpp:401:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 401 | file.open(QFile::ReadOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:442:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 442 | actions.disableAllActions(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:721:65: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 721 | connect(setNormalAction, &QAction::triggered, this, [=]() { setCurrentLibraryAs(FileType::Comic); }); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:722:64: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 722 | connect(setMangaAction, &QAction::triggered, this, [=]() { setCurrentLibraryAs(FileType::Manga); }); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:723:71: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 723 | connect(setWesternMangaAction, &QAction::triggered, this, [=]() { setCurrentLibraryAs(FileType::WesternManga); }); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:724:67: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 724 | connect(setWebComicAction, &QAction::triggered, this, [=]() { setCurrentLibraryAs(FileType::WebComic); }); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:725:66: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 725 | connect(setYonkomaAction, &QAction::triggered, this, [=]() { setCurrentLibraryAs(FileType::Yonkoma); }); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:730:23: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 730 | auto folder = foldersModel->getRootFolder(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:977:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 977 | comicsModel->notifyCoverChange(comic); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:998:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 998 | setSearchFilter(filter); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1742:69: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1742 | QDesktopServices::openUrl(QUrl("file:///" + QDir::cleanPath(currentPath() + "/" + folder.path), QUrl::TolerantMode)); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1745:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1745 | updateFolder(foldersModel->getIndexFromFolder(folder)); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1748:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1748 | rescanFolderForXMLInfo(foldersModel->getIndexFromFolder(folder)); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1751:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1751 | foldersModel->updateFolderCompletedStatus(QModelIndexList() << foldersModel->getIndexFromFolder(folder), false); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1755:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1755 | foldersModel->updateFolderCompletedStatus(QModelIndexList() << foldersModel->getIndexFromFolder(folder), true); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1759:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1759 | foldersModel->updateFolderFinishedStatus(QModelIndexList() << foldersModel->getIndexFromFolder(folder), true); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1763:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1763 | foldersModel->updateFolderFinishedStatus(QModelIndexList() << foldersModel->getIndexFromFolder(folder), false); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1767:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1767 | foldersModel->updateFolderType(QModelIndexList() << foldersModel->getIndexFromFolder(folder), FileType::Manga); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1771:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1771 | foldersModel->updateFolderType(QModelIndexList() << foldersModel->getIndexFromFolder(folder), FileType::Comic); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1775:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1775 | foldersModel->updateFolderType(QModelIndexList() << foldersModel->getIndexFromFolder(folder), FileType::WesternManga); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1779:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1779 | foldersModel->updateFolderType(QModelIndexList() << foldersModel->getIndexFromFolder(folder), FileType::WebComic); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1783:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1783 | foldersModel->updateFolderType(QModelIndexList() << foldersModel->getIndexFromFolder(folder), FileType::Yonkoma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1787:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1787 | setCustomFolderCover(folder); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1791:9: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1791 | resetFolderCover(folder); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/library_window.cpp:1815:26: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1815 | auto libraryId = libraries.getId(selectedLibrary->currentText()); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:196:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 196 | settings->setValue(CLOSE_TO_TRAY, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:202:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 202 | settings->setValue(START_TO_TRAY, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:223:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 223 | settings->setValue(IMPORT_COMIC_INFO_XML_METADATA, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:272:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 272 | settings->setValue(UPDATE_LIBRARIES_AT_STARTUP, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:277:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 277 | settings->setValue(DETECT_CHANGES_IN_LIBRARIES_AUTOMATICALLY, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:282:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 282 | settings->setValue(UPDATE_LIBRARIES_PERIODICALLY, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:297:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 297 | settings->setValue(UPDATE_LIBRARIES_PERIODICALLY_INTERVAL, index); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:303:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 303 | settings->setValue(UPDATE_LIBRARIES_AT_CERTAIN_TIME, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:311:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 311 | settings->setValue(UPDATE_LIBRARIES_AT_CERTAIN_TIME_TIME, time.toString("hh:mm")); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/options_dialog.cpp:350:17: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 350 | settings->setValue(COMPARE_MODIFIED_DATE_ON_LIBRARY_UPDATES, checked); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/server_config_dialog.cpp:152:32: warning: 'stateChanged' is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 152 | connect(check, &QCheckBox::stateChanged, this, &ServerConfigDialog::enableServer); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/trayicon_controller.cpp:47:21: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 47 | showWindow(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/comics_view.cpp:25:37: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 25 | QLOG_ERROR() << view->errors(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/folder_content_view.cpp:36:37: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 36 | QLOG_ERROR() << view->errors(); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db/comic_query_result_processor.cpp:29:22: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 29 | emit newData(data, databasePath); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibrary/db/folder_query_result_processor.cpp:27:64: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 27 | QSqlDatabase db = DataBaseManagement::loadDatabase(model->getDatabase()); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/main_window_viewer.cpp:971:51: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 971 | optionsDialog->setFilters(currentComicDB.info.brightness, currentComicDB.info.contrast, currentComicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/main_window_viewer.cpp:971:83: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 971 | optionsDialog->setFilters(currentComicDB.info.brightness, currentComicDB.info.contrast, currentComicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/main_window_viewer.cpp:971:113: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 971 | optionsDialog->setFilters(currentComicDB.info.brightness, currentComicDB.info.contrast, currentComicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/main_window_viewer.cpp:999:51: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 999 | optionsDialog->setFilters(currentComicDB.info.brightness, currentComicDB.info.contrast, currentComicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/main_window_viewer.cpp:999:83: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 999 | optionsDialog->setFilters(currentComicDB.info.brightness, currentComicDB.info.contrast, currentComicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/main_window_viewer.cpp:999:113: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 999 | optionsDialog->setFilters(currentComicDB.info.brightness, currentComicDB.info.contrast, currentComicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:339:51: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 339 | continuousPageProvider->setFilters(comic.info.brightness == -1 ? 0 : comic.info.brightness, | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:339:85: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 339 | continuousPageProvider->setFilters(comic.info.brightness == -1 ? 0 : comic.info.brightness, | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:340:51: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 340 | comic.info.contrast == -1 ? 100 : comic.info.contrast, | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:340:85: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 340 | comic.info.contrast == -1 ? 100 : comic.info.contrast, | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:341:51: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 341 | comic.info.gamma == -1 ? 100 : comic.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:341:82: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 341 | comic.info.gamma == -1 ? 100 : comic.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:2194:43: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2194 | if (brightness != 0 || comic.info.brightness != -1) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:2195:24: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2195 | comic.info.brightness = brightness; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:2196:43: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2196 | if (contrast != 100 || comic.info.contrast != -1) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:2197:24: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2197 | comic.info.contrast = contrast; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:2198:40: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2198 | if (gamma != 100 || comic.info.gamma != -1) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/viewer.cpp:2199:24: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 2199 | comic.info.gamma = gamma; | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:696:20: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 696 | if (typeid(*filters[i]) == typeid(BrightnessFilter)) { | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:697:30: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 697 | if (comicDB.info.brightness == -1) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:700:51: warning: 'brightness' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 700 | filters[i]->setLevel(comicDB.info.brightness); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:702:20: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 702 | if (typeid(*filters[i]) == typeid(ContrastFilter)) { | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:703:30: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 703 | if (comicDB.info.contrast == -1) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:706:51: warning: 'contrast' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 706 | filters[i]->setLevel(comicDB.info.contrast); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:708:20: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 708 | if (typeid(*filters[i]) == typeid(GammaFilter)) { | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:709:30: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 709 | if (comicDB.info.gamma == -1) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:712:51: warning: 'gamma' is deprecated: Use imageFiltersJson [-Wdeprecated-declarations] 712 | filters[i]->setLevel(comicDB.info.gamma); | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:1131:20: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 1131 | if (typeid(*filters[i]) == typeid(BrightnessFilter)) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:1133:20: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 1133 | if (typeid(*filters[i]) == typeid(ContrastFilter)) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReader/render.cpp:1135:20: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 1135 | if (typeid(*filters[i]) == typeid(GammaFilter)) | ^ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibraryServer/main.cpp:74:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 74 | translator.load(QString(DATADIR) + "/yacreader/languages/yacreaderlibrary_" + sufix); | ^~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibraryServer/main.cpp:193:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 193 | translator.load(QString(DATADIR) + "/yacreader/languages/yacreaderlibrary_" + sufix); | ^~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/graphics/yacreader/work/yacreader-10.2.0/YACReaderLibraryServer/main.cpp:201:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 201 | viewerTranslator.load(QString(DATADIR) + "/yacreader/languages/yacreader_" + sufix); | ^~~~~~~~~~~~~~~~~~~~~