summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppcheckmanualrundialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppcheck/cppcheckmanualrundialog.cpp')
-rw-r--r--src/plugins/cppcheck/cppcheckmanualrundialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppcheck/cppcheckmanualrundialog.cpp b/src/plugins/cppcheck/cppcheckmanualrundialog.cpp
index 68e2cc24ce..e38c8a081e 100644
--- a/src/plugins/cppcheck/cppcheckmanualrundialog.cpp
+++ b/src/plugins/cppcheck/cppcheckmanualrundialog.cpp
@@ -93,7 +93,7 @@ CppcheckOptions ManualRunDialog::options() const
return result;
}
-Utils::FilePathList ManualRunDialog::filePaths() const
+Utils::FilePaths ManualRunDialog::filePaths() const
{
return m_model->selectedFiles();
}