Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KWayland Server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KWayland Server
  • Issues
  • #7
Closed
Open
Issue created Jul 14, 2020 by adrien faveraux@adrienfaverauxDeveloper

How in can connect to unbound signal on new approach

Hello,

I have code like this

 connect(SurfaceInterface::get(surface), &Resource::unbound,
            q, [this, xdgExported, handle]() {
                if (xdgExported) {
                    xdgExported->deleteLater();
                }
                exportedSurfaces.remove(handle);
                emit q->surfaceUnexported(handle);
            });

But i not see any signal or slot in the generated class. I have to implement the signal ?

Assignee
Assign to
Time tracking