aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/resolvedfilecontext.h
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-11-24 09:16:54 +0900
committerIvan Komissarov <ABBAPOH@gmail.com>2019-11-25 11:09:11 +0000
commitc547f078e883c578996b6ff73643e122e17489db (patch)
tree8ff97c4ade3afea19889dc031f4e7159d2fee3fe /src/lib/corelib/language/resolvedfilecontext.h
parent2af2a33a5d9e938915cf890242b69e6f44f8dafc (diff)
Apply 'modernize-use-equals-default' fix-it
Change-Id: Iabdc777d2e8492d9903109365b0f3b1a5441ca11 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/corelib/language/resolvedfilecontext.h')
-rw-r--r--src/lib/corelib/language/resolvedfilecontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/language/resolvedfilecontext.h b/src/lib/corelib/language/resolvedfilecontext.h
index 81a3f7472..d783cf725 100644
--- a/src/lib/corelib/language/resolvedfilecontext.h
+++ b/src/lib/corelib/language/resolvedfilecontext.h
@@ -65,7 +65,7 @@ public:
pool.serializationOp<opType>(m_filePath, m_jsExtensions, m_searchPaths, m_jsImports);
}
private:
- ResolvedFileContext() {}
+ ResolvedFileContext() = default;
ResolvedFileContext(const FileContextBase &ctx);
};