forked from qt-creator/qt-creator
ClangTools: Modernize
modernize-use-nullptr modernize-use-override modernize-use-equals-default Change-Id: I14a840c6f2972f57763cdfd4bb4483df1ec261d4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -363,7 +363,7 @@ SelectableFilesDialog::SelectableFilesDialog(const ProjectInfo &projectInfo,
|
||||
});
|
||||
}
|
||||
|
||||
SelectableFilesDialog::~SelectableFilesDialog() {}
|
||||
SelectableFilesDialog::~SelectableFilesDialog() = default;
|
||||
|
||||
FileInfos SelectableFilesDialog::filteredFileInfos() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user