forked from qt-creator/qt-creator
CppCheck: Move widget creation for manual run closer to its use
Change-Id: I08d50f5e4534b8a58d374ae37bfd03dbd234a483 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Cppcheck::Internal {
|
||||
class ManualRunDialog : public QDialog
|
||||
{
|
||||
public:
|
||||
ManualRunDialog(QWidget *optionsWidget, const ProjectExplorer::Project *project);
|
||||
explicit ManualRunDialog(const ProjectExplorer::Project *project);
|
||||
|
||||
Utils::FilePaths filePaths() const;
|
||||
QSize sizeHint() const override;
|
||||
|
||||
Reference in New Issue
Block a user