Signals and functions in QML
Today when I was working on a small QML program, I ran into a very stupid bug. I used a Timer
to make something happen after five seconds.
Today when I was working on a small QML program, I ran into a very stupid bug. I used a Timer
to make something happen after five seconds.
C++ is really fun to work with, but it does make it really easy sometimes to shoot yourself in the foot.
If a method returns a collection, you often don’t want the caller to be able to mess around with the resulting collection.