Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcutefish Build Errors #15

Open
zingrx opened this issue Jun 2, 2022 · 0 comments
Open

libcutefish Build Errors #15

zingrx opened this issue Jun 2, 2022 · 0 comments

Comments

@zingrx
Copy link

zingrx commented Jun 2, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant