refs #91 & #124 doxygen fixes, style/comment changes, typos, and override keywords

This commit is contained in:
Klaus Basan
2014-02-05 20:49:01 +00:00
committed by Mathew Sutcliffe
parent e7c31fbe20
commit ff5cf5ea4a
22 changed files with 157 additions and 284 deletions

View File

@@ -150,9 +150,7 @@ namespace BlackGui
}
}
/*!
* \copydoc QAbstractListModel::sort()
*/
//! \copydoc QAbstractListModel::sort()
virtual void sort(int column, Qt::SortOrder order);
//! \brief Similar to ListType::push_back

View File

@@ -16,15 +16,10 @@ namespace BlackGui
public:
/*!
* \brief Constructor
* \param parent
*/
//! \brief Constructor
explicit CUserListModel(QObject *parent = nullptr);
/*!
* \brief Destructor
*/
//! \brief Destructor
virtual ~CUserListModel() {}
//! \copydoc CListModelBase::data