[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtmodeling#master

Qt Continuous Integration System ci-noreply at qt-project.org
Fri Dec 6 16:44:18 CET 2013


Compilation failed :(

  compiling modelinspectorplugin.cpp
  modelinspectorplugin.cpp: In constructor 'ModelInspectorPlugin::ModelInspectorPlugin(TestNamespace::QObject*)':
  modelinspectorplugin.cpp:59:29: error: expected type-specifier before 'QModelingObjectView'
  modelinspectorplugin.cpp:59:29: error: expected ')' before 'QModelingObjectView'
  modelinspectorplugin.cpp:60:30: error: expected type-specifier before 'QModelingObjectModel'
  modelinspectorplugin.cpp:60:30: error: expected ')' before 'QModelingObjectModel'
  modelinspectorplugin.cpp:61:25: error: expected type-specifier before 'QModelingObjectPropertyEditor'
  modelinspectorplugin.cpp:61:25: error: expected ')' before 'QModelingObjectPropertyEditor'
  modelinspectorplugin.cpp:62:24: error: expected type-specifier before 'QModelingObjectPropertyModel'
  modelinspectorplugin.cpp:62:24: error: expected ')' before 'QModelingObjectPropertyModel'
  modelinspectorplugin.cpp:63:23: error: expected type-specifier before 'QListView'
  modelinspectorplugin.cpp:63:23: error: expected ')' before 'QListView'
  modelinspectorplugin.cpp:63:32: error: cannot convert 'int*' to 'QModelingObjectView*' in initialization
  modelinspectorplugin.cpp:63:32: error: cannot convert 'int*' to 'QModelingObjectModel*' in initialization
  modelinspectorplugin.cpp:63:32: error: cannot convert 'int*' to 'QModelingObjectPropertyEditor*' in initialization
  modelinspectorplugin.cpp:63:32: error: cannot convert 'int*' to 'QModelingObjectPropertyModel*' in initialization
  modelinspectorplugin.cpp:63:32: error: cannot convert 'int*' to 'QListView*' in initialization
  modelinspectorplugin.cpp:65:24: error: invalid use of incomplete type 'struct QModelingObjectView'
  modelinspectorplugin.h:48:7: error: forward declaration of 'struct QModelingObjectView'
  modelinspectorplugin.cpp:66:20: error: invalid use of incomplete type 'struct QModelingObjectPropertyEditor'
  modelinspectorplugin.h:50:7: error: forward declaration of 'struct QModelingObjectPropertyEditor'
  modelinspectorplugin.cpp:68:18: error: invalid use of incomplete type 'struct QListView'
  modelinspectorplugin.h:46:7: error: forward declaration of 'struct QListView'
  modelinspectorplugin.cpp:69:49: error: invalid use of incomplete type 'struct QListView'
  modelinspectorplugin.h:46:7: error: forward declaration of 'struct QListView'
  modelinspectorplugin.cpp:74:18: error: invalid use of incomplete type 'struct QListView'
  modelinspectorplugin.h:46:7: error: forward declaration of 'struct QListView'
  modelinspectorplugin.cpp: In destructor 'virtual ModelInspectorPlugin::~ModelInspectorPlugin()':
  modelinspectorplugin.cpp:79:25: error: invalid use of incomplete type 'struct QListView'
  modelinspectorplugin.h:46:7: error: forward declaration of 'struct QListView'
  modelinspectorplugin.cpp:80:12: warning: possible problem detected in invocation of delete operator: [enabled by default]
  modelinspectorplugin.cpp:80:12: warning: invalid use of incomplete type 'struct QListView' [enabled by default]
  modelinspectorplugin.h:46:7: warning: forward declaration of 'struct QListView' [enabled by default]
  modelinspectorplugin.cpp:80:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
  modelinspectorplugin.cpp: In member function 'virtual bool ModelInspectorPlugin::initialize()':
  modelinspectorplugin.cpp:85:122: error: no matching function for call to 'DuSE::IUiController::addDockWidget(TestNamespace::Qt::DockWidgetArea, TestNamespace::QString, QModelingObjectView*&)'
  modelinspectorplugin.cpp:85:122: note: candidate is:
  ../../libs/duseinterfaces/iuicontroller.h:71:18: note: virtual void DuSE::IUiController::addDockWidget(TestNamespace::Qt::DockWidgetArea, TestNamespace::QString, TestNamespace::QWidget*)
  ../../libs/duseinterfaces/iuicontroller.h:71:18: note:   no known conversion for argument 3 from 'QModelingObjectView*' to 'TestNamespace::QWidget*'
  modelinspectorplugin.cpp:86:119: error: no matching function for call to 'DuSE::IUiController::addDockWidget(TestNamespace::Qt::DockWidgetArea, TestNamespace::QString, QModelingObjectPropertyEditor*&)'
  modelinspectorplugin.cpp:86:119: note: candidate is:
  ../../libs/duseinterfaces/iuicontroller.h:71:18: note: virtual void DuSE::IUiController::addDockWidget(TestNamespace::Qt::DockWidgetArea, TestNamespace::QString, TestNamespace::QWidget*)
  ../../libs/duseinterfaces/iuicontroller.h:71:18: note:   no known conversion for argument 3 from 'QModelingObjectPropertyEditor*' to 'TestNamespace::QWidget*'
  modelinspectorplugin.cpp:87:109: error: no matching function for call to 'DuSE::IUiController::addDockWidget(TestNamespace::Qt::DockWidgetArea, TestNamespace::QString, QListView*&)'
  modelinspectorplugin.cpp:87:109: note: candidate is:
  ../../libs/duseinterfaces/iuicontroller.h:71:18: note: virtual void DuSE::IUiController::addDockWidget(TestNamespace::Qt::DockWidgetArea, TestNamespace::QString, TestNamespace::QWidget*)
  ../../libs/duseinterfaces/iuicontroller.h:71:18: note:   no known conversion for argument 3 from 'QListView*' to 'TestNamespace::QWidget*'
  modelinspectorplugin.cpp:89:280: error: no matching function for call to 'ModelInspectorPlugin::connect(DuSE::IProjectController*, const char*, QModelingObjectModel*&, const char*)'
  modelinspectorplugin.cpp:89:280: note: candidates are:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const TestNamespace::QObject*, const char*, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note:   no known conversion for argument 3 from 'QModelingObjectModel*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note:   no known conversion for argument 2 from 'const char*' to 'const TestNamespace::QMetaMethod&'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note: TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const char*, TestNamespace::Qt::ConnectionType) const
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note:   no known conversion for argument 3 from 'QModelingObjectModel*' to 'const char*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:215:43: note: template<class Func1, class Func2> static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const typename TestNamespace::QtPrivate::FunctionPointer<Func2>::Object*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:247:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:256:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! TestNamespace::QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:287:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:295:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  modelinspectorplugin.cpp:92:221: error: no matching function for call to 'ModelInspectorPlugin::connect(DuSE::IProjectController*, const char*, QModelingObjectModel*&, const char*)'
  modelinspectorplugin.cpp:92:221: note: candidates are:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const TestNamespace::QObject*, const char*, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note:   no known conversion for argument 3 from 'QModelingObjectModel*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note:   no known conversion for argument 2 from 'const char*' to 'const TestNamespace::QMetaMethod&'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note: TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const char*, TestNamespace::Qt::ConnectionType) const
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note:   no known conversion for argument 3 from 'QModelingObjectModel*' to 'const char*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:215:43: note: template<class Func1, class Func2> static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const typename TestNamespace::QtPrivate::FunctionPointer<Func2>::Object*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:247:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:256:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! TestNamespace::QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:287:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:295:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  modelinspectorplugin.cpp:93:215: error: no matching function for call to 'ModelInspectorPlugin::connect(DuSE::IProjectController*, const char*, QModelingObjectPropertyModel*&, const char*)'
  modelinspectorplugin.cpp:93:215: note: candidates are:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const TestNamespace::QObject*, const char*, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note:   no known conversion for argument 3 from 'QModelingObjectPropertyModel*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note:   no known conversion for argument 2 from 'const char*' to 'const TestNamespace::QMetaMethod&'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note: TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const char*, TestNamespace::Qt::ConnectionType) const
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note:   no known conversion for argument 3 from 'QModelingObjectPropertyModel*' to 'const char*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:215:43: note: template<class Func1, class Func2> static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const typename TestNamespace::QtPrivate::FunctionPointer<Func2>::Object*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:247:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:256:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! TestNamespace::QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:287:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:295:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  modelinspectorplugin.cpp:96:35: error: reference to 'QModelingObjectView' is ambiguous
  modelinspectorplugin.h:48:7: error: candidates are: struct QModelingObjectView
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectview.h:61:46: error:                 class TestNamespace::QModelingObjectView
  modelinspectorplugin.cpp:96:35: error: reference to 'QModelingObjectView' is ambiguous
  modelinspectorplugin.h:48:7: error: candidates are: struct QModelingObjectView
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectview.h:61:46: error:                 class TestNamespace::QModelingObjectView
  modelinspectorplugin.cpp:96:96: error: reference to 'QModelingObjectPropertyModel' is ambiguous
  modelinspectorplugin.h:51:7: error: candidates are: struct QModelingObjectPropertyModel
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectpropertymodel.h:55:46: error:                 class TestNamespace::QModelingObjectPropertyModel
  modelinspectorplugin.cpp:96:96: error: reference to 'QModelingObjectPropertyModel' is ambiguous
  modelinspectorplugin.h:51:7: error: candidates are: struct QModelingObjectPropertyModel
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectpropertymodel.h:55:46: error:                 class TestNamespace::QModelingObjectPropertyModel
  modelinspectorplugin.cpp:97:280: error: no matching function for call to 'ModelInspectorPlugin::connect(QModelingObjectView*&, const char*, DuSE::IUiController*, const char*)'
  modelinspectorplugin.cpp:97:280: note: candidates are:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const TestNamespace::QObject*, const char*, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note:   no known conversion for argument 1 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note:   no known conversion for argument 1 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note: TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const char*, TestNamespace::Qt::ConnectionType) const
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note:   no known conversion for argument 1 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:215:43: note: template<class Func1, class Func2> static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const typename TestNamespace::QtPrivate::FunctionPointer<Func2>::Object*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:247:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:256:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! TestNamespace::QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:287:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:295:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  modelinspectorplugin.cpp:99:30: error: reference to 'QModelingObjectPropertyModel' is ambiguous
  modelinspectorplugin.h:51:7: error: candidates are: struct QModelingObjectPropertyModel
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectpropertymodel.h:55:46: error:                 class TestNamespace::QModelingObjectPropertyModel
  modelinspectorplugin.cpp:99:30: error: reference to 'QModelingObjectPropertyModel' is ambiguous
  modelinspectorplugin.h:51:7: error: candidates are: struct QModelingObjectPropertyModel
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectpropertymodel.h:55:46: error:                 class TestNamespace::QModelingObjectPropertyModel
  modelinspectorplugin.cpp:99:97: error: reference to 'QModelingObjectModel' is ambiguous
  modelinspectorplugin.h:49:7: error: candidates are: struct QModelingObjectModel
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectmodel.h:55:46: error:                 class TestNamespace::QModelingObjectModel
  modelinspectorplugin.cpp:99:97: error: reference to 'QModelingObjectModel' is ambiguous
  modelinspectorplugin.h:49:7: error: candidates are: struct QModelingObjectModel
  /work/build/qt/qtbase/include/QtModelingWidgets/../../../qtmodeling/src/modelingwidgets/qmodelingobjectmodel.h:55:46: error:                 class TestNamespace::QModelingObjectModel
  modelinspectorplugin.cpp:100:242: error: no matching function for call to 'ModelInspectorPlugin::connect(DuSE::IUiController*, const char*, QModelingObjectView*&, const char*)'
  modelinspectorplugin.cpp:100:242: note: candidates are:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const TestNamespace::QObject*, const char*, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note:   no known conversion for argument 3 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note:   no known conversion for argument 2 from 'const char*' to 'const TestNamespace::QMetaMethod&'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note: TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const char*, TestNamespace::Qt::ConnectionType) const
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note:   no known conversion for argument 3 from 'QModelingObjectView*' to 'const char*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:215:43: note: template<class Func1, class Func2> static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const typename TestNamespace::QtPrivate::FunctionPointer<Func2>::Object*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:247:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:256:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! TestNamespace::QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:287:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:295:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  modelinspectorplugin.cpp:101:259: error: no matching function for call to 'ModelInspectorPlugin::connect(QModelingObjectView*&, const char*, DuSE::IUiController*, const char*)'
  modelinspectorplugin.cpp:101:259: note: candidates are:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const TestNamespace::QObject*, const char*, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:198:36: note:   no known conversion for argument 1 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note: static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, const TestNamespace::QObject*, const TestNamespace::QMetaMethod&, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:201:36: note:   no known conversion for argument 1 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note: TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const TestNamespace::QObject*, const char*, const char*, TestNamespace::Qt::ConnectionType) const
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:479:32: note:   no known conversion for argument 1 from 'QModelingObjectView*' to 'const TestNamespace::QObject*'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:215:43: note: template<class Func1, class Func2> static TestNamespace::QMetaObject::Connection TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const typename TestNamespace::QtPrivate::FunctionPointer<Func2>::Object*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:247:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:256:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(((int)(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! TestNamespace::QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:287:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, Func2)
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qobject.h:295:13: note: template<class Func1, class Func2> static typename TestNamespace::QtPrivate::QEnableIf<(TestNamespace::QtPrivate::FunctionPointer<Func2>::ArgumentCount == (-1)), TestNamespace::QMetaObject::Connection>::Type TestNamespace::QObject::connect(const typename TestNamespace::QtPrivate::FunctionPointer<Func1>::Object*, Func1, const TestNamespace::QObject*, Func2, TestNamespace::Qt::ConnectionType)
  modelinspectorplugin.cpp: In member function 'void ModelInspectorPlugin::populateOutputIssues()':
  modelinspectorplugin.cpp:108:25: error: invalid use of incomplete type 'struct QListView'
  modelinspectorplugin.h:46:7: error: forward declaration of 'struct QListView'
  modelinspectorplugin.cpp:109:18: error: invalid use of incomplete type 'struct QListView'
  modelinspectorplugin.h:46:7: error: forward declaration of 'struct QListView'
  make[6]: *** [.obj/modelinspectorplugin.o] Error 1
  make[5]: *** [sub-modelinspector-make_first-ordered] Error 2
  make[4]: *** [sub-plugins-make_first-ordered] Error 2
  make[3]: *** [sub-src-make_first-ordered] Error 2
  make[2]: *** [sub-duse-mt-make_first] Error 2
  make[1]: *** [sub-uml-make_first] Error 2
  make: *** [sub-examples-make_first] Error 2

  Build log: http://testresults.qt-project.org/ci/QtModeling_master_Integration/build_00047/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/master_1386344208):
    http://codereview.qt-project.org/73425 [PS5] - Fix wrong use of -z parameter when linking DuSE-MT on Mac



More information about the Ci-reports mailing list