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:
hjk
2023-07-17 09:11:27 +02:00
parent d7461a380b
commit 2b7e8599c8
3 changed files with 6 additions and 6 deletions

View File

@@ -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;