Does Qt(C++) contain an exception equivalent to .NET's NotImplementedException?
Qt framework has a plenty defines for a lot of things(like Q_UNUSED), so maybe they got the same for not implemented methods.
I already had a look at this question Does C++ have an equivalent to .Net's, but want to clarify this question for Qt specifically (neither want to create additional hierarchy for exceptions).