cutefishos / libcutefish

System Library.
GNU General Public License v3.0
23 stars 23 forks source link

libcutefish Build Errors #15

Open zingrx opened 2 years ago

zingrx commented 2 years ago

I've picked the lines of errors to facilitate the debugging


libcutefish/networkmanagement/networkmodelitem.cpp:323:37: **error: ‘class QLatin1String’ has no member named ‘arg’**
  323 |     return QLatin1String("%1 (%2)").arg(m_name).arg(m_deviceName);
      |                                     ^~~

ibcutefish/bluez/bluezqtextensionplugin.cpp:24:10: **fatal error: BluezQt/Rfkill: No such file or directory**
   24 | #include <BluezQt/Rfkill>
      |          ^~~~~~~~~~~~~~~~

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

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