Change namespace of MobileCursor
AbandonedPublic

Authored by dkardarakos on Apr 12 2019, 6:04 PM.

Details

Reviewers
mart
Summary

Looking for MobileCursor in the Private namespace, results TextField and TextArea components to be unavailable. Changing namespace fixes the problem

Test Plan

On Plasma Mobile, open a component containing Controls 2 TextField or TextArea.
Before the patch, components are unavailable.
After patching, the components are back.

Diff Detail

Repository
R242 Plasma Framework (Library)
Lint
Lint Skipped
Unit
Unit Tests Skipped
dkardarakos created this revision.Apr 12 2019, 6:04 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptApr 12 2019, 6:04 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
dkardarakos requested review of this revision.Apr 12 2019, 6:04 PM
dkardarakos edited the test plan for this revision. (Show Details)
dkardarakos abandoned this revision.Apr 16 2019, 2:05 PM

Not relevant anymore, @mart fixed it as a separate commit.