documentation adjustments
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user