aboutsummaryrefslogtreecommitdiffstats
path: root/generator.h
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2009-09-10 19:43:28 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-14 10:22:13 -0300
commit3d18dd2011db8901032dee7136df014b502d0aa7 (patch)
tree63fbd98d2bf22f2de453f8d28ee2f7b8a097ff63 /generator.h
parent49e15b561187670f6c4314e10929903393d444b1 (diff)
Fixed missing include in docgenerator.
Fixes Bug #5
Diffstat (limited to 'generator.h')
-rw-r--r--generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.h b/generator.h
index 4c6236c8f..5b2639e5a 100644
--- a/generator.h
+++ b/generator.h
@@ -215,7 +215,7 @@ public:
* dots ('.') the generator subclass must overload this method.
* /return a string representing the last part of a package name
*/
- virtual QString moduleName()
+ virtual QString moduleName() const
{
return QString(m_packageName).remove(0, m_packageName.lastIndexOf('.') + 1);
}