aboutsummaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2012-06-14 14:59:23 -0400
committerHugo Parente Lima <hugo.lima@openbossa.org>2012-06-14 22:47:45 +0200
commit7e5c76981d6bcb04b72a407a6bc4076170ee414e (patch)
treecde2adee0cecef5cb7d7b6fc6ced17d1d61a2f6c /generator
parentf92ea511050786900ee9b648fdd7cefae13e3973 (diff)
Override all functions with the same name, not just one.
This allows pyside to compile with Visual Studio 2008 when built against qt 4.8. There are still test failures, however. Change-Id: I83da30211e5032b1352102f189cb93dfb741eb38 Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
Diffstat (limited to 'generator')
-rw-r--r--generator/shiboken/headergenerator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/generator/shiboken/headergenerator.cpp b/generator/shiboken/headergenerator.cpp
index 9be272067..4ad5f9ebf 100644
--- a/generator/shiboken/headergenerator.cpp
+++ b/generator/shiboken/headergenerator.cpp
@@ -215,7 +215,6 @@ void HeaderGenerator::writeFunction(QTextStream& s, const AbstractMetaFunction*
&& !f->isStatic()
&& f->name() == func->name()) {
m_inheritedOverloads << f;
- break;
}
}