CppCheck: Use more FilePath

Change-Id: I45da67df4b76032303b57f567d73ae01bf9f2e91
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-09-30 16:58:46 +02:00
parent cc8d65aa25
commit 04f6f6bbc0
4 changed files with 17 additions and 18 deletions

View File

@@ -26,6 +26,7 @@
#pragma once
#include <coreplugin/dialogs/ioptionspage.h>
#include <utils/filepath.h>
#include <QCoreApplication>
#include <QPointer>
@@ -36,9 +37,7 @@ class QLineEdit;
class QCheckBox;
QT_END_NAMESPACE
namespace Utils {
class PathChooser;
}
namespace Utils { class PathChooser; }
namespace Cppcheck {
namespace Internal {
@@ -50,7 +49,7 @@ class OptionsWidget;
class CppcheckOptions final
{
public:
QString binary;
Utils::FilePath binary;
bool warning = true;
bool style = true;