Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
KDevelop
KDevelop
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 28
    • Merge Requests 28
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • KDevelop
  • KDevelopKDevelop
  • Merge Requests
  • !216

Merged
Opened Jan 09, 2021 by Friedrich W. H. Kossebau@kossebauDeveloper

Adapt to change of formerly private KTextEditor::View signal configChanged

  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 2

configChanged() was a signal of KTextEditor::ViewPrivate, but that has been changed for upcoming KF 5.79 (February 2021) where it is becoming an official signal in the API of the public KTextEditor::View, but with different signature, see commit series frameworks/ktexteditor@c7603876 frameworks/ktexteditor@a5c270cb frameworks/ktexteditor@5a2390b7

@mwolff This signal change breaks existing kdevelop releases due to the signature change of the signal. So ideally there would be some 5.6.2 release before KF 5.79 gets out begin of February.

Edited Jan 09, 2021 by Friedrich W. H. Kossebau
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: kdevelop/kdevelop!216
Source branch: work/kossebau/fixktexteditorviewconfigchangedsignalconnect