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

Runtime error messages #460

Open
yurivict opened this issue May 6, 2021 · 1 comment
Open

Runtime error messages #460

yurivict opened this issue May 6, 2021 · 1 comment
Labels
help wanted Stuck on this issue need some help with it

Comments

@yurivict
Copy link

yurivict commented May 6, 2021

Describe the bug

$ photoflare 
QMetaObject::connectSlotsByName: No matching signal for on_image_filtered(QImage)
QMetaObject::connectSlotsByName: No matching signal for on_TextTool_finished()
QMetaObject::connectSlotsByName: No matching signal for on_show_hotspots_triggered()
QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget()
QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget()
QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget()
QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget()
QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget()
QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget()

Desktop (please complete the following information):

  • OS: FreeBSD
  • Version 1.6.4
@DylanC
Copy link
Contributor

DylanC commented May 8, 2021

QMetaObject messages have been removed in commit 14e313f.

Regarding QDockWidgetLayout::addItem(): please use QDockWidgetLayout::setWidget() I have a fix to remove the messages but it breaks the layout of the settings panels.

image

@DylanC DylanC added the help wanted Stuck on this issue need some help with it label May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Stuck on this issue need some help with it
Projects
None yet
Development

No branches or pull requests

2 participants