Note::Note(QString Text) { id = NULL; text = Text; status = NEW; }
Maybe someone could post a little summary about the meaning of int i, int *i and int &i.
And why my compiler forbids me to do the following: QDateTime *time; time = QDateTime::currentDateTime();
Hint 2: If you want to get help with compiling things, paste all of what the compiler is complaining about together with the offending part of code. In this case, a line number would have been nice.