Re: [Interest] QDirIterator as Variable in class

2013-04-23 Thread Giuseppe D'Angelo
Il 23/04/2013 14:12, Adrian Stern ha scritto: > > MediaBase::MediaBase(QObject *parent) : QObject(parent) { Error 1, straight from the compiler: since you're not calling a QDirIterator constructor in your constructor's initializer list for the mediaItr data member variable, the compiler calls

[Interest] QDirIterator as Variable in class

2013-04-23 Thread Adrian Stern
Hello I want to iterate trough a directory one step at a time. Driven by signals. So after each signal I want to do another step. I have createt the following class in which I try to create a variable of the type of QDirIterator. This however fails with the message "no matching function for ca