mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
// To be renamed CAF_PDM_XML_HEADER_INIT
|
||||
#define CAF_PDM_XML_HEADER_INIT \
|
||||
public: \
|
||||
virtual QString classKeyword() const override; \
|
||||
QString classKeyword() const override; \
|
||||
static QString classKeywordStatic(); \
|
||||
static std::vector<QString> classKeywordAliases(); \
|
||||
virtual bool matchesClassKeyword( const QString& keyword ) const override; \
|
||||
bool matchesClassKeyword( const QString& keyword ) const override; \
|
||||
\
|
||||
static bool Error_You_forgot_to_add_the_macro_CAF_PDM_XML_HEADER_INIT_and_or_CAF_PDM_XML_SOURCE_INIT_to_your_cpp_file_for_this_class()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user