qbs icon indicating copy to clipboard operation
qbs copied to clipboard

Make struct base public to allow creation of custom dialects

Open sharpner opened this issue 11 years ago • 3 comments
trafficstars

Is there any reason to make base private?

sharpner avatar Oct 28 '14 14:10 sharpner

:+1:

mantenie avatar Oct 28 '14 14:10 mantenie

You can just copy and paste the code in base to create custom dialects.

coocood avatar Nov 08 '14 07:11 coocood

Well, I took a look at it again, it doesn't work. I made those structs and functions private to avoid breaking the API when I refactor the code. I think the best way to create your custom dialect is to fork the repo.

coocood avatar Nov 08 '14 07:11 coocood