You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86_64-pc-linux-gnu-g++ -c -O2 -pipe -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC -DVERSION=5.2.0.87 -DOF=_Z_OF -DQT_DEPRECATED_WARNINGS -DDDE_ANYTHINGMONITOR -DDFM_NO_FILE_WATCHER -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../dde-file-manager-lib -I../../dde-file-manager-lib/interfaces -I../../dde-file-manager-lib/shutil -I../../utils -I/usr/include/deepin-anything-server -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o danythingmonitorfilter.o ../../dde-file-manager-lib/shutil/danythingmonitorfilter.cpp
../dde-wallpaper-chooser/frame.cpp: In member function ‘virtual void Frame::keyPressEvent(QKeyEvent*)’:
../dde-wallpaper-chooser/frame.cpp:364:39: error: ‘m_waitControl’ was not declared in this scope
364 | for (QAbstractButton *button: m_waitControl->buttonList()) {
| ^~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp:368:23: error: ‘m_lockScreenBox’ was not declared in this scope
368 | widgetList << m_lockScreenBox;
| ^~~~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp: In member function ‘virtual bool Frame::eventFilter(QObject*, QEvent*)’:
../dde-wallpaper-chooser/frame.cpp:444:34: error: ‘m_lockScreenBox’ was not declared in this scope
444 | || object == m_lockScreenBox
| ^~~~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp:445:24: error: ‘m_waitControl’ was not declared in this scope
445 | || m_waitControl->buttonList().contains(qobject_cast<QAbstractButton*>(object))) {
| ^~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp:470:34: error: ‘m_lockScreenBox’ was not declared in this scope
470 | || object == m_lockScreenBox
| ^~~~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp:471:24: error: ‘m_waitControl’ was not declared in this scope
471 | || m_waitControl->buttonList().contains(qobject_cast<QAbstractButton*>(object))) {
| ^~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp:489:21: error: ‘m_waitControl’ was not declared in this scope
489 | m_waitControl->buttonList().first()->setFocus();
| ^~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp:496:68: error: ‘m_lockScreenBox’ was not declared in this scope
496 | if (object == m_wallpaperCarouselCheckBox || object == m_lockScreenBox){
| ^~~~~~~~~~~~~~~
../dde-wallpaper-chooser/frame.cpp: In lambda function:
../dde-wallpaper-chooser/frame.cpp:979:29: error: ‘m_waitControl’ was not declared in this scope
979 | m_waitControl->buttonList().first()->setFocus();
| ^~~~~~~~~~~~~
make[2]: Leaving directory '/var/tmp/portage/dde-base/dde-file-manager-5.2.0.87/work/dde-file-manager-5.2.0.87/deepin-anything-server-plugins/dde-anythingmonitor'
make[1]: Leaving directory '/var/tmp/portage/dde-base/dde-file-manager-5.2.0.87/work/dde-file-manager-5.2.0.87/deepin-anything-server-plugins'
* ERROR: dde-base/dde-file-manager-5.2.0.87::deepin failed (compile phase):
* emake failed
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: