Index: sources/view/VView.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -r5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2 --- sources/view/VView.h (.../VView.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/view/VView.h (.../VView.h) (revision 5db87178d372acd2cc4e5d75bf99f4c0cb11f1f2) @@ -45,7 +45,7 @@ void initConnections(); \ public: \ /*! \brief Class Constructor - \details Only call initConnections to initialize the signal/slot connections. + \details Only calls initConnections to initialize the signal/slot connection(s). \param parent - The QObject parent pointer which is passed as nullptr and is not set. */\ explicit vCLASS(QObject *parent = nullptr); \