aboutsummaryrefslogtreecommitdiffstats
path: root/generator.cpp
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-17 14:08:49 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-11-17 14:08:49 -0200
commit345ede7ab3abaca5ec362ebb2cf09a5aabb4cb9a (patch)
treed3b0b0c14639f3bd4a3a5d6f8a568b1cefefb2f5 /generator.cpp
parentbb21dd53db3fcdb2bb22b5ead64aa846fd430cd3 (diff)
Remove duplicated documentation.
Diffstat (limited to 'generator.cpp')
-rw-r--r--generator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/generator.cpp b/generator.cpp
index 4366788ae..58e1a0e13 100644
--- a/generator.cpp
+++ b/generator.cpp
@@ -90,13 +90,11 @@ QList<const ContainerTypeEntry*> Generator::containerTypes() const
return m_containerTypes;
}
-/// Returns the output directory
QString Generator::outputDirectory() const
{
return m_outDir;
}
-/// Set the output directory
void Generator::setOutputDirectory(const QString &outDir)
{
m_outDir = outDir;