Skip to content

Commit

Permalink
Merge pull request #558 from jcfr/fix-ctkWrapPythonQt-for-qt5
Browse files Browse the repository at this point in the history
Do not require QWidget in decorator generated by ctkWrapPythonQt
  • Loading branch information
jcfr committed Apr 30, 2015
2 parents fe9c05b + c964f18 commit e4e9cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ctkWrapPythonQt.py
Expand Up @@ -168,7 +168,7 @@ def ctk_wrap_pythonqt(target, namespace, output_dir, input_files, extra_verbose)
#ifndef __${namespace}_${target}_h
#define __${namespace}_${target}_h
#include <QWidget>
#include <QObject>
${includes}
${pythonqtWrappers}
#endif
Expand Down

0 comments on commit e4e9cc3

Please sign in to comment.