summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppcheckmanualrundialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppcheck/cppcheckmanualrundialog.h')
-rw-r--r--src/plugins/cppcheck/cppcheckmanualrundialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppcheck/cppcheckmanualrundialog.h b/src/plugins/cppcheck/cppcheckmanualrundialog.h
index 92b4dda806..d7c41af80a 100644
--- a/src/plugins/cppcheck/cppcheckmanualrundialog.h
+++ b/src/plugins/cppcheck/cppcheckmanualrundialog.h
@@ -29,7 +29,7 @@
namespace Utils {
class FilePath;
-using FilePathList = QList<FilePath>;
+using FilePaths = QList<FilePath>;
} // namespace Utils
namespace ProjectExplorer {
@@ -51,7 +51,7 @@ public:
const ProjectExplorer::Project *project);
CppcheckOptions options() const;
- Utils::FilePathList filePaths() const;
+ Utils::FilePaths filePaths() const;
QSize sizeHint() const override;
private: