forked from qt-creator/qt-creator
Make Task and TaskWindowPrivate classes
They both used to be structs.
This commit is contained in:
@@ -42,10 +42,8 @@ class QModelIndex;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace ProjectExplorer {
|
||||
struct Task;
|
||||
struct TaskWindowPrivate;
|
||||
|
||||
struct TaskWindowPrivate;
|
||||
class Task;
|
||||
class TaskWindowPrivate;
|
||||
|
||||
// Show build issues (warnings or errors) and open the editor on click.
|
||||
class PROJECTEXPLORER_EXPORT TaskWindow : public Core::IOutputPane
|
||||
|
||||
Reference in New Issue
Block a user