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

Hide external libraries (except connman-qt5) from public api. JB#61655 #37

Merged
merged 7 commits into from Mar 4, 2024

Conversation

pvuorela
Copy link
Contributor

@pvuorela pvuorela commented Mar 1, 2024

Pimplified some classes which where exposing external library content on the headers in order not to require depending project a) linking also to those libraries, and b) requiring the external library header files to be present when compiling them (that seemed working by accident except for nemo-dbus).

Sorry for code churn here, but it's mostly just moving stuff around and sprinkling some d_ptr-> here and there.

Has been the qt default for long, and definitely no need to define
it twice.
Should be a private class by name but yet it's included in the public
ones and installed. Here just moved the private data to private
class, the private methods don't refer to any external library except Qt.
Copy link
Contributor

@LaakkonenJussi LaakkonenJussi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much moving around in an unknown repo. I guess it looks ok.

Did some quick testing on related UI bits on the device. No breakage seen with any of those features so far.

So approving this.

@pvuorela pvuorela merged commit d14d7fe into master Mar 4, 2024
@pvuorela pvuorela deleted the pimplify branch March 4, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants