forked from qt-creator/qt-creator
Make Task and TaskWindowPrivate classes
They both used to be structs.
This commit is contained in:
@@ -478,7 +478,9 @@ bool TaskFilterModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceP
|
||||
// TaskWindow
|
||||
/////
|
||||
|
||||
struct TaskWindowPrivate {
|
||||
class TaskWindowPrivate
|
||||
{
|
||||
public:
|
||||
Internal::TaskModel *m_model;
|
||||
Internal::TaskFilterModel *m_filter;
|
||||
Internal::TaskView *m_listview;
|
||||
|
||||
Reference in New Issue
Block a user