From 133479369928c590d4c351064a356be575debd6c Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 13 Apr 2010 21:13:57 -0300 Subject: Fixed constness of Include::isValid. P.S.: This is a ABI change. --- typesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typesystem.h') diff --git a/typesystem.h b/typesystem.h index b47a20030..ce5104f9f 100644 --- a/typesystem.h +++ b/typesystem.h @@ -50,7 +50,7 @@ struct APIEXTRACTOR_API Include Include() : type(IncludePath) {} Include(IncludeType t, const QString &nam) : type(t), name(nam) {}; - bool isValid() + bool isValid() const { return !name.isEmpty(); } -- cgit v1.2.3