Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[Qt] Implement the runtime style API #5642

Merged
merged 13 commits into from
Jul 11, 2016
Merged

[Qt] Implement the runtime style API #5642

merged 13 commits into from
Jul 11, 2016

Conversation

tmpsantos
Copy link
Contributor

Based on #5551, but using the core datatype converters.

@tmpsantos
Copy link
Contributor Author

👀 @brunoabinader

@tmpsantos tmpsantos force-pushed the tmpsantos-qt_style_api branch 2 times, most recently from d75268c to 9dfac3b Compare July 11, 2016 13:11
@@ -174,6 +174,8 @@ class Q_DECL_EXPORT QMapboxGL : public QObject

void removeAnnotation(QMapbox::AnnotationID);

void setLayoutProperty(const QString& layer, const QString& property, const QVariant& value);
Copy link
Member

Choose a reason for hiding this comment

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

Let's use the Qt style on the header files e.g. put the & together with the param name.

@brunoabinader
Copy link
Member

Minor comments above, but this is awesome! 🎉

@tmpsantos tmpsantos force-pushed the tmpsantos-qt_style_api branch from 9dfac3b to 462137a Compare July 11, 2016 14:01
@tmpsantos tmpsantos merged commit 462137a into master Jul 11, 2016
@tmpsantos tmpsantos deleted the tmpsantos-qt_style_api branch July 11, 2016 14:25

// Needed to keep the error message alive
// when we go out of this scope.
static std::string error;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you open a ticket to change Error so we can remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was referenced Jul 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants