Skip to content

Commit

Permalink
- attempt to fix #3136
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24468 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 7, 2015
1 parent 1516a3e commit 36e2623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/GenerateAPIFunctionsTpl.tpl
Expand Up @@ -135,7 +135,7 @@ template getQtInterfaceHeaders(list<DAE.Type> tys, String className)
::=
let heads = tys |> ty as T_FUNCTION(source=path::_) => '<%getQtInterfaceHeader(pathLastIdent(path), "", ty.funcArg, ty.funcResultType, className, true)%>;<%\n%>'
<<
#include <Qt/QtCore>
#include <QtCore>
#include "OpenModelicaScriptingAPI.h"

class <%className%> : public QObject
Expand Down

0 comments on commit 36e2623

Please sign in to comment.