Snippets for lumina-desktop 1.6.2 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/lumina-core/1.6.2_11/150arm64-default.log.
-
../libLumina/LuminaXDG.cpp:117:60: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 117 | else if(var=="Categories" && insection){ catList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:118:63: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 118 | else if(var=="OnlyShowIn" && insection){ showInList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:119:65: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 119 | else if(var=="NotShowIn" && insection){ notShowInList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:121:60: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 121 | else if(var=="Actions" && insection){ actionList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:122:59: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 122 | else if(var=="MimeType" && insection){ mimeList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:124:61: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 124 | if(keyList.isEmpty() && loc.isEmpty()){ keyList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:125:43: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 125 | else if(loc == lang){ keyList = val.split(";",QString::SkipEmptyParts); } | ^ -
../libLumina/LuminaXDG.cpp:1042:47: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1042 | deps = deps.first().section("=",1,-1).split(";",QString::SkipEmptyParts); | ^ -
../libLumina/LuminaXDG.cpp:1310:57: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1310 | QStringList files = matches[j].section("=",1,1).split(";",QString::SkipEmptyParts); | ^ -
../libLumina/LDesktopUtils.cpp:405:65: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 405 | else if(var=="theme_styles"){ LTHEME::setCurrentStyles( val.split(",",QString::SkipEmptyParts) ); } | ^ -
../libLumina/LDesktopUtils.cpp:474:17: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 474 | QProcess::execute(val); | ^ -
../libLumina/LFileInfo.cpp:103:75: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 103 | if(!gplist.isEmpty()){ gplist = gplist.first().replace("\t", " ").split(" ",QString::SkipEmptyParts); gplist.removeAll("groups"); } | ^ -
../libLumina/LFileInfo.cpp:107:79: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 107 | zfs_perms << tmp.first().section(" ",2,2,QString::SectionSkipEmpty).split(",",QString::SkipEmptyParts); | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:306:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 306 | QProcess::startDetached("pc-mixer -notray"); | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:317:21: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 317 | return (QProcess::execute("pgrep -F /tmp/.updateInProgress")==0); //this is 0 if updating right now | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:328:29: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 328 | if(skipupdates){QProcess::startDetached("shutdown -po now"); } | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:329:19: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 329 | else{ QProcess::startDetached("shutdown -p now"); } | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:335:15: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 335 | QProcess::startDetached("shutdown -ro now"); | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:337:15: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 337 | QProcess::startDetached("sudo -n trueos-update upgrade"); } | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:344:86: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 344 | bool ok = LUtils::getCmdOutput("sysctl -n hw.acpi.supported_sleep_state").join("").split(" ",QString::SkipEmptyParts).contains(state); | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:501:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 501 | QStringList labs = info[1].split(" ",QString::SkipEmptyParts); | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:506:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 506 | if(i==1){ labs = info[i].split(" ", QString::SkipEmptyParts); }//the labels for each column | ^ -
../libLumina/LuminaOS-FreeBSD.cpp:508:34: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 508 | QStringList data = info[i].split(" ",QString::SkipEmptyParts); //data[0] is always the device | ^ -
../libLumina/LUtils.cpp:130:33: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 130 | if(arguments.isEmpty()){ proc.start(command); } | ^ -
main.cpp:94:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 94 | QProcess::startDetached(cmd); | ^ -
main.cpp:396:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 396 | QProcess::startDetached(cmd); | ^ -
main.cpp:414:10: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 414 | p->start(cmd); | ^ -
./session.h:31:28: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 31 | ::kill(this->pid(), SIGUSR2); //Fluxbox needs SIGUSR2 to reload it's configs | ^ -
./session.h:34:28: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 34 | ::kill(this->pid(), SIGUSR1); //Compton needs SIGUSR1 to reload it's configs | ^ -
../libLumina/LuminaX11.cpp:1525:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 1525 | xcb_window_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LuminaX11.cpp:1578:32: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 1578 | xcb_ewmh_coordinates_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LuminaX11.cpp:1670:29: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 1670 | xcb_ewmh_geometry_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LuminaX11.cpp:1709:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 1709 | xcb_window_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LuminaX11.cpp:1881:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 1881 | xcb_atom_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LuminaX11.cpp:1945:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 1945 | xcb_atom_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LuminaX11.cpp:2006:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 2006 | xcb_atom_t array[list.length()]; | ^~~~~~~~~~~~~ -
../libLumina/LIconCache.cpp:285:47: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 285 | deps = deps.first().section("=",1,-1).split(";",QString::SkipEmptyParts); | ^ -
.build/moc/../../session.h:31:28: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 31 | ::kill(this->pid(), SIGUSR2); //Fluxbox needs SIGUSR2 to reload it's configs | ^ -
.build/moc/../../session.h:34:28: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 34 | ::kill(this->pid(), SIGUSR1); //Compton needs SIGUSR1 to reload it's configs | ^ -
../libLumina/ExternalProcess.h:84:29: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 84 | if(args.isEmpty()){ tmp->start(program); } | ^ -
src-screensaver/SSBaseWidget.cpp:46:42: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 46 | if(!valid.isEmpty()){ cplug = valid[ qrand()%valid.length() ]; } //grab a random plugin | ^ -
panel-plugins/userbutton/UserItemWidget.cpp:182:12: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 182 | QProcess::startDetached("rm -r \""+icon->whatsThis()+"\""); | ^ -
../../../libLumina/LDesktopUtils.cpp:405:65: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 405 | else if(var=="theme_styles"){ LTHEME::setCurrentStyles( val.split(",",QString::SkipEmptyParts) ); } | ^ -
../../../libLumina/LDesktopUtils.cpp:474:17: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 474 | QProcess::execute(val); | ^ -
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:306:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 306 | QProcess::startDetached("pc-mixer -notray"); | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:317:21: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 317 | return (QProcess::execute("pgrep -F /tmp/.updateInProgress")==0); //this is 0 if updating right now | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:328:29: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 328 | if(skipupdates){QProcess::startDetached("shutdown -po now"); } | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:329:19: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 329 | else{ QProcess::startDetached("shutdown -p now"); } | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:335:15: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 335 | QProcess::startDetached("shutdown -ro now"); | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:337:15: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 337 | QProcess::startDetached("sudo -n trueos-update upgrade"); } | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:344:86: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 344 | bool ok = LUtils::getCmdOutput("sysctl -n hw.acpi.supported_sleep_state").join("").split(" ",QString::SkipEmptyParts).contains(state); | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:501:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 501 | QStringList labs = info[1].split(" ",QString::SkipEmptyParts); | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:506:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 506 | if(i==1){ labs = info[i].split(" ", QString::SkipEmptyParts); }//the labels for each column | ^ -
../../../libLumina/LuminaOS-FreeBSD.cpp:508:34: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 508 | QStringList data = info[i].split(" ",QString::SkipEmptyParts); //data[0] is always the device | ^ -
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
../../../libLumina/LUtils.cpp:130:33: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 130 | if(arguments.isEmpty()){ proc.start(command); } | ^ -
WMProcess.cpp:30:26: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 30 | if(!isRunning()){this->start(cmd); } | ^ -
WMProcess.cpp:63:18: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations] 63 | ::kill(this->pid(), SIGUSR2); //send fluxbox the signal to reload it's configuration | ^ -
MainUI.cpp:60:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 60 | QProcess::startDetached("lumina-open \""+item->whatsThis()+"\""); | ^ -
MainUI.cpp:64:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 64 | QProcess::startDetached("lumina-open \""+url+"\""); | ^ -
LSession.cpp:211:3: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 211 | qsrand( QTime::currentTime().msec() ); | ^ -
LSession.cpp:410:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 410 | QProcess::startDetached("numlockx on"); | ^ -
LSession.cpp:412:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 412 | QProcess::startDetached("numlockx off"); | ^ -
../../../libLumina/LuminaXDG.cpp:117:60: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 117 | else if(var=="Categories" && insection){ catList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:118:63: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 118 | else if(var=="OnlyShowIn" && insection){ showInList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:119:65: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 119 | else if(var=="NotShowIn" && insection){ notShowInList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:121:60: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 121 | else if(var=="Actions" && insection){ actionList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:122:59: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 122 | else if(var=="MimeType" && insection){ mimeList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:124:61: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 124 | if(keyList.isEmpty() && loc.isEmpty()){ keyList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:125:43: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 125 | else if(loc == lang){ keyList = val.split(";",QString::SkipEmptyParts); } | ^ -
../../../libLumina/LuminaXDG.cpp:1042:47: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1042 | deps = deps.first().section("=",1,-1).split(";",QString::SkipEmptyParts); | ^ -
../../../libLumina/LuminaXDG.cpp:1310:57: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1310 | QStringList files = matches[j].section("=",1,1).split(";",QString::SkipEmptyParts); | ^ -
LDesktop.cpp:590:19: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 590 | int index = ( qrand() % bgL.length() ); | ^ -
../../../libLumina/LFileInfo.cpp:103:75: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 103 | if(!gplist.isEmpty()){ gplist = gplist.first().replace("\t", " ").split(" ",QString::SkipEmptyParts); gplist.removeAll("groups"); } | ^ -
../../../libLumina/LFileInfo.cpp:107:79: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 107 | zfs_perms << tmp.first().section(" ",2,2,QString::SectionSkipEmpty).split(",",QString::SkipEmptyParts); | ^ -
main.c:31:6: warning: unused parameter 'num_msg' [-Wunused-parameter] 31 | int num_msg, | ^ -
main.c:32:29: warning: unused parameter 'msg' [-Wunused-parameter] 32 | const struct pam_message **msg, | ^ -
main.c:33:24: warning: unused parameter 'resp' [-Wunused-parameter] 33 | struct pam_response **resp, | ^ -
main.c:34:8: warning: unused parameter 'ctx' [-Wunused-parameter] 34 | void *ctx) | ^ -
LDesktopPluginSpace.cpp:85:42: warning: unused parameter 'oldgrid' [-Wunused-parameter] 85 | void LDesktopPluginSpace::UpdateGeom(int oldgrid){ | ^ -
desktop-plugins/../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
desktop-plugins/../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
desktop-plugins/../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/userbutton/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/userbutton/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/userbutton/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/desktopbar/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/desktopbar/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/desktopbar/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/desktopbar/LDeskBar.cpp:18:38: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 18 | if(!QFile::exists(fav)){ QProcess::execute("touch \""+fav+"\""); } | ^ -
panel-plugins/desktopbar/LDeskBar.cpp:132:12: warning: unused variable 'ok' [-Wunused-variable] 132 | bool ok = false; | ^~ -
panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/taskmanager/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/systemtray/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/systemtray/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/systemtray/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
iconthemepage.cpp:106:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 106 | return QIcon(iconDir.entryInfoList().first().absoluteFilePath()); | ^ -
iconthemepage.cpp:118:7: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 118 | return QIcon(iconDir.entryInfoList().first().absoluteFilePath()); | ^ -
panel-plugins/battery/LBattery.cpp:31:35: warning: unused parameter 'force' [-Wunused-parameter] 31 | void LBattery::updateBattery(bool force){ | ^ -
panel-plugins/showdesktop/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/showdesktop/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/showdesktop/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/appmenu/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/appmenu/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/appmenu/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
cursorthemepage.cpp:112:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 112 | return QIcon(iconDir.entryInfoList().first().absoluteFilePath()); | ^ -
cursorthemepage.cpp:124:7: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] 124 | return QIcon(iconDir.entryInfoList().first().absoluteFilePath()); | ^ -
panel-plugins/applauncher/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/applauncher/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/applauncher/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/systemstart/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/systemstart/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/systemstart/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/systemstart/ItemWidget.cpp:242:12: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations] 242 | if(icon->pixmap()!=0){ | ^ -
panel-plugins/systemstart/ItemWidget.cpp:243:14: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations] 243 | if(icon->pixmap()->size().height() < H ){ | ^ -
panel-plugins/systemstart/ItemWidget.cpp:255:20: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations] 255 | }else if(icon->pixmap()->size().height() > H ){ | ^ -
panel-plugins/systemstart/ItemWidget.cpp:256:30: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations] 256 | icon->setPixmap( icon->pixmap()->scaled(H, H, Qt::IgnoreAspectRatio, Qt::SmoothTransformation) ); | ^ -
panel-plugins/audioplayer/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/jsonmenu/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/jsonmenu/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/jsonmenu/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
desktop-plugins/desktopview/DesktopViewPlugin.cpp:96:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 96 | QProcess::startDetached("rm -r \""+sel[i]->whatsThis()+"\""); | ^ -
desktop-plugins/applauncher/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
desktop-plugins/applauncher/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
desktop-plugins/applauncher/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
desktop-plugins/applauncher/AppLauncherPlugin.cpp:280:42: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 280 | if(QFileInfo(path).isDir()){ QProcess::startDetached("rm -r \""+path+"\""); } | ^ -
BootSplash.cpp:45:18: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 45 | int index = qrand()%46; //Make sure this number matches the length of the case below (max value +1) | ^ -
panel-plugins/systemdashboard/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
panel-plugins/systemdashboard/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
panel-plugins/systemdashboard/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
panel-plugins/audioplayer/PPlayerWidget.cpp:225:35: warning: 'canonicalUrl' is deprecated: Use QMediaContent::request().url() [-Wdeprecated-declarations] 225 | QUrl url = PLAYLIST->media(i).canonicalUrl(); | ^ -
desktop-plugins/audioplayer/PlayerWidget.cpp:225:35: warning: 'canonicalUrl' is deprecated: Use QMediaContent::request().url() [-Wdeprecated-declarations] 225 | QUrl url = PLAYLIST->media(i).canonicalUrl(); | ^ -
.build/moc/../../../libLumina/ExternalProcess.h:84:29: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations] 84 | if(args.isEmpty()){ tmp->start(program); } | ^ -
.build/moc/../../panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
.build/moc/../../panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 76 | QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) ); | ^ -
.build/moc/../../LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations] 184 | if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); } | ^ -
.build/moc/../../panel-plugins/LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^ -
.build/moc/../../panel-plugins/audioplayer/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 65 | int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel | ^