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
The following error occurred while executing the "make" command:
/home/pi/libcutefish/screen/outputmodel.cpp: In member function ‘bool OutputModel::setReplicationSourceIndex(int, int)’:
/home/pi/libcutefish/screen/outputmodel.cpp:606:21: error: ‘class KScreen::Output’ has no member named ‘setExplicitLogicalSize’; did you mean ‘explicitLogicalSize’?
606 | output.ptr->setExplicitLogicalSize(QSizeF());
| ^~~~~~~~~~~~~~~~~~~~~~
| explicitLogicalSize
/home/pi/libcutefish/screen/outputmodel.cpp:617:21: error: ‘class KScreen::Output’ has no member named ‘setExplicitLogicalSize’; did you mean ‘explicitLogicalSize’?
617 | output.ptr->setExplicitLogicalSize(source->explicitLogicalSize());
| ^~~~~~~~~~~~~~~~~~~~~~
| explicitLogicalSize
make[2]: *** [screen/CMakeFiles/cutefishscreen_qmlplugins.dir/build.make:160:screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:750:screen/CMakeFiles/cutefishscreen_qmlplugins.dir/all] 错误 2
make: *** [Makefile:149:all] 错误 2
The text was updated successfully, but these errors were encountered:
The following error occurred while executing the "make" command:
/home/pi/libcutefish/screen/outputmodel.cpp: In member function ‘bool OutputModel::setReplicationSourceIndex(int, int)’:
/home/pi/libcutefish/screen/outputmodel.cpp:606:21: error: ‘class KScreen::Output’ has no member named ‘setExplicitLogicalSize’; did you mean ‘explicitLogicalSize’?
606 | output.ptr->setExplicitLogicalSize(QSizeF());
| ^~~~~~~~~~~~~~~~~~~~~~
| explicitLogicalSize
/home/pi/libcutefish/screen/outputmodel.cpp:617:21: error: ‘class KScreen::Output’ has no member named ‘setExplicitLogicalSize’; did you mean ‘explicitLogicalSize’?
617 | output.ptr->setExplicitLogicalSize(source->explicitLogicalSize());
| ^~~~~~~~~~~~~~~~~~~~~~
| explicitLogicalSize
make[2]: *** [screen/CMakeFiles/cutefishscreen_qmlplugins.dir/build.make:160:screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:750:screen/CMakeFiles/cutefishscreen_qmlplugins.dir/all] 错误 2
make: *** [Makefile:149:all] 错误 2
The text was updated successfully, but these errors were encountered: