filcuc / dqml

Qt Qml bindings for the D programming language
GNU Lesser General Public License v3.0
42 stars 14 forks source link

Simple TreeView example #14

Closed drug007 closed 7 years ago

drug007 commented 7 years ago

Depends on filcuc/DOtherSide#60

drug007 commented 7 years ago

it fails because is building against old version of DOtherSide.

filcuc commented 7 years ago

Fine i will review it asap but seems already ok

Il 16 apr 2017 23:00, "drug007" notifications@github.com ha scritto:

it fails because is building against old version of DOtherSide.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/filcuc/dqml/pull/14#issuecomment-294374018, or mute the thread https://github.com/notifications/unsubscribe-auth/AG07o22Yuy1Rocvg4vaYttPfNxfrcC9lks5rwoF3gaJpZM4M-s2d .

drug007 commented 7 years ago

@filcuc FYI now I try to use dstep for getting class name and its members.

drug007 commented 7 years ago

Sorry that the diff happens so large - I just changed indentation to tab only.

filcuc commented 7 years ago

@drug007 mind to share for what purpose are you using dstep?

drug007 commented 7 years ago

To get AST for c++ files.