documentation adjustments

This commit is contained in:
itsmattkc
2019-07-06 23:54:33 -05:00
parent 5e3c2fb7e4
commit 46e19b3e45
2 changed files with 6 additions and 0 deletions
@@ -24,6 +24,9 @@
#include "projectexplorerlistviewbase.h"
#include "projectexplorericonviewitemdelegate.h"
/**
* @brief The view widget used when ProjectExplorer is in Icon View
*/
class ProjectExplorerIconView : public ProjectExplorerListViewBase
{
Q_OBJECT
@@ -23,6 +23,9 @@
#include <QStyledItemDelegate>
/**
* @brief The delegate that's used to draw items when ProjectExplorer is in List view
*/
class ProjectExplorerListViewItemDelegate : public QStyledItemDelegate
{
public: