From 701d7cd535631d3469a94d0d3396d90f3e5ec8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20Ferreira=20Zulian?= Date: Sun, 28 Jun 2015 13:55:01 +0200 Subject: [PATCH] QTCreator's syntax highlight and auto-complete working properly. --- .../dramSys/src/controller/core/configuration/Configuration.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DRAMSys/dramSys/src/controller/core/configuration/Configuration.h b/DRAMSys/dramSys/src/controller/core/configuration/Configuration.h index 6ec2d8ee..9f882002 100644 --- a/DRAMSys/dramSys/src/controller/core/configuration/Configuration.h +++ b/DRAMSys/dramSys/src/controller/core/configuration/Configuration.h @@ -43,8 +43,10 @@ #include "MemSpec.h" #include "../../../common/Utils.h" +enum class ErrorStorageMode; +DEFINE_ENUM_CLASS_WITH_STRING_CONVERSIONS(ErrorStorageMode, (NoStorage)(Store)(ErrorModel)) + enum class EPowerDownMode{NoPowerDown, Staggered, TimeoutPDN, TimeoutSREF}; -DEFINE_ENUM_CLASS_WITH_STRING_CONVERSIONS(ErrorStorageMode, (NoStorage)(Store)(ErrorModel)); struct Configuration {