CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.cpp: In member function ‘void KCupsRequest::getDevices(int, QStringList, QStringList)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.cpp:104:27: warning: ‘ipp_status_t cupsGetDevices(http_t*, int, const char*, const char*, cups_device_cb_t, void*)’ is deprecated [-Wdeprecated-declarations]
104 | cupsGetDevices(CUPS_HTTP_DEFAULT, timeout, include, exclude, (cups_device_cb_t)choose_device_cb, this);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.cpp:13:
/usr/include/cups/adminutil.h:77:25: note: declared here
77 | extern ipp_status_t cupsGetDevices(http_t *http, int timeout,
| ^~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.cpp: In member function ‘void KCupsRequest::getPrinterPPD(const QString&)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.cpp:255:35: warning: ‘const char* cupsGetPPD2(http_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
255 | filename = cupsGetPPD2(CUPS_HTTP_DEFAULT, qUtf8Printable(printerName));
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.cpp:14:
/usr/include/cups/ppd.h:360:26: note: declared here
360 | extern const char *cupsGetPPD2(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/JobModel.cpp: In member function ‘virtual bool JobModel::dropMimeData(const QMimeData*, Qt::DropAction, int, int, const QModelIndex&)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/JobModel.cpp:504:34: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
504 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/JobModel.cpp:13:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/scpinstaller.cpp: In lambda function:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/scpinstaller.cpp:25:114: warning: unused parameter ‘err’ [-Wunused-parameter]
25 | connect(resolveTransaction, &PackageKit::Transaction::errorCode, this, [this](PackageKit::Transaction::Error err, const QString &details) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/printermanager.cpp: In lambda function:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/printermanager.cpp:330:30: warning: ‘ppd_file_t* ppdOpenFile(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
330 | ppd = ppdOpenFile(qUtf8Printable(filename));
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/printermanager.cpp:28:
/usr/include/cups/ppd.h:390:26: note: declared here
390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/printermanager.cpp:340:20: warning: ‘int ppdLocalize(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
340 | ppdLocalize(ppd);
| ~~~~~~~~~~~^~~~~
/usr/include/cups/ppd.h:435:25: note: declared here
435 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/printermanager.cpp:342:24: warning: ‘void ppdMarkDefaults(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
342 | ppdMarkDefaults(ppd);
| ~~~~~~~~~~~~~~~^~~~~
/usr/include/cups/ppd.h:385:25: note: declared here
385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/kcm/printermanager.cpp:388:39: warning: ‘ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
388 | || ((ppdattr = ppdFindAttr(ppd, "cupsCommands", nullptr)) != nullptr && ppdattr->value && strstr(ppdattr->value, "AutoConfigure"))) {
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
400 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name,
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp: In member function ‘void PrinterOptions::autoConfigureClicked()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:54:30: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
54 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:19:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp: In member function ‘void PrinterOptions::reloadPPD()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:89:30: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
89 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:94:24: warning: ‘ppd_file_t* ppdOpenFile(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
94 | m_ppd = ppdOpenFile(qUtf8Printable(m_filename));
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.h:11,
from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:13:
/usr/include/cups/ppd.h:390:26: note: declared here
390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:102:16: warning: ‘int ppdLocalize(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
102 | ppdLocalize(m_ppd);
| ~~~~~~~~~~~^~~~~~~
/usr/include/cups/ppd.h:435:25: note: declared here
435 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:104:20: warning: ‘void ppdMarkDefaults(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
104 | ppdMarkDefaults(m_ppd);
| ~~~~~~~~~~~~~~~^~~~~~~
/usr/include/cups/ppd.h:385:25: note: declared here
385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:142:35: warning: ‘ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
142 | || ((ppdattr = ppdFindAttr(m_ppd, "cupsCommands", nullptr)) != nullptr && ppdattr->value && strstr(ppdattr->value, "AutoConfigure"))) {
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cups/ppd.h:400:26: note: declared here
400 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name,
| ^~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp: In destructor ‘virtual PrinterOptions::~PrinterOptions()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:372:17: warning: ‘void ppdClose(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
372 | ppdClose(m_ppd);
| ~~~~~~~~^~~~~~~
/usr/include/cups/ppd.h:365:25: note: declared here
365 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp: In member function ‘char* PrinterOptions::get_option_value(ppd_file_t*, const char*, char*, size_t) const’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:451:75: warning: ‘ppd_coption_t* ppdFindCustomOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
451 | } else if (strcasecmp(val, "Custom") || (coption = ppdFindCustomOption(ppd, name)) == nullptr) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/usr/include/cups/ppd.h:425:26: note: declared here
425 | extern ppd_coption_t *ppdFindCustomOption(ppd_file_t *ppd,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:492:37: warning: ‘ppd_cparam_t* ppdFirstCustomParam(ppd_coption_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
492 | cparam = ppdFirstCustomParam(coption);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/cups/ppd.h:430:26: note: declared here
430 | extern ppd_cparam_t *ppdFirstCustomParam(ppd_coption_t *opt)
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:555:42: warning: ‘ppd_cparam_t* ppdFirstCustomParam(ppd_coption_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
555 | for (cparam = ppdFirstCustomParam(coption); cparam; cparam = ppdNextCustomParam(coption)) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/cups/ppd.h:430:26: note: declared here
430 | extern ppd_cparam_t *ppdFirstCustomParam(ppd_coption_t *opt)
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:555:88: warning: ‘ppd_cparam_t* ppdNextCustomParam(ppd_coption_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
555 | for (cparam = ppdFirstCustomParam(coption); cparam; cparam = ppdNextCustomParam(coption)) {
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/cups/ppd.h:433:26: note: declared here
433 | extern ppd_cparam_t *ppdNextCustomParam(ppd_coption_t *opt) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
| ^~~~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp: In member function ‘virtual void PrinterOptions::save()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:746:30: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
746 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp: In member function ‘char* PrinterOptions::get_option_value(ppd_file_t*, const char*, char*, size_t) const’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:528:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
528 | for (uval = val; *uval; ++uval) {
| ^~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:533:9: note: here
533 | case PPD_CUSTOM_PASSWORD:
| ^~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:600:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
600 | for (uval = val; *uval; uval++) {
| ^~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterOptions.cpp:605:13: note: here
605 | case PPD_CUSTOM_PASSWORD:
| ^~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/ConfigurePrinterInterface.cpp: In member function ‘void ConfigurePrinterInterface::ConfigurePrinter(const QString&)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/ConfigurePrinterInterface.cpp:57:34: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
57 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/ConfigurePrinterInterface.cpp:14:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.ui: Warning: The name 'kseparator' (KSeparator) is already in use, defaulting to 'kseparator1'.
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/ConfigureDialog.cpp: In constructor ‘ConfigureDialog::ConfigureDialog(const QString&, bool, QWidget*)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/ConfigureDialog.cpp:56:30: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
56 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/ConfigureDialog.cpp:14:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterBehavior.cpp: In member function ‘virtual void PrinterBehavior::save()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterBehavior.cpp:260:34: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
260 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterBehavior.cpp:9:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/configure-printer/PrinterBehavior.cpp:264:42: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
264 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueue.cpp: In member function ‘void PrintQueue::showQueue(const QString&)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueue.cpp:53:34: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
53 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueue.cpp:10:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp: In member function ‘void PrintQueueUi::showContextMenu(const QPoint&)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp:253:34: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
253 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp:15:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp: In member function ‘void PrintQueueUi::modifyJob(int, const QString&)’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp:461:38: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
461 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp: In member function ‘void PrintQueueUi::pausePrinter()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp:500:30: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
500 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp: In member function ‘void PrintQueueUi::authenticateJob()’:
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp:538:30: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
538 | request->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/printqueue/PrintQueueUi.cpp:590:42: warning: ‘void KCupsRequest::waitTillFinished()’ is deprecated: Creates an event loop, do not use with QML components [-Wdeprecated-declarations]
590 | authRequest->waitTillFinished();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/print-manager-6.4.4-65/work/print-manager-6.4.4/src/libkcups/KCupsRequest.h:40:10: note: declared here
40 | void waitTillFinished();
| ^~~~~~~~~~~~~~~~