diff --git a/part.h b/part.h --- a/part.h +++ b/part.h @@ -120,9 +120,11 @@ public: // Default constructor /** - * If one element of 'args' contains one of the strings "Print/Preview" or "ViewerWidget", + * @param parentWidget TODO something with m_sidebar. + * @param parent The parent widget. + * @param args If one element contains one of the strings "Print/Preview" or "ViewerWidget", * the part will be set up in the corresponding mode. Additionally, it is possible to specify - * which config file should be used by adding a string containing "ConfigFileName=" + * which config file should be used by adding a string containing "ConfigFileName=\" * to 'args'. **/ Part(QWidget* parentWidget, QObject* parent, const QVariantList& args);