QTCreator's syntax highlight and auto-complete working properly.

This commit is contained in:
Éder Ferreira Zulian
2015-06-28 13:55:01 +02:00
parent 8764850e98
commit 701d7cd535

View File

@@ -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
{