Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258861
Collapse All | Expand All

(-)amarok-2.0.1.1.org/src/scriptengine/generator/generator/shellimplgenerator.cpp (+1 lines)
Lines 105-110 Link Here
105
        declareFunctionMetaTypes(s, functions, registeredTypeNames);
105
        declareFunctionMetaTypes(s, functions, registeredTypeNames);
106
        s << endl;
106
        s << endl;
107
    }
107
    }
108
    writeInjectedCode(s, meta_class);
108
109
109
    // write constructors
110
    // write constructors
110
    foreach (const AbstractMetaFunction *ctor, ctors) {
111
    foreach (const AbstractMetaFunction *ctor, ctors) {
(-)amarok-2.0.1.1.org/src/scriptengine/generator/generator/typesystem_gui.xml (-2 / +7 lines)
Lines 5389-5396 Link Here
5389
  <object-type name="QInputContextPlugin"/>
5389
  <object-type name="QInputContextPlugin"/>
5390
  <object-type name="QPictureFormatPlugin"/>
5390
  <object-type name="QPictureFormatPlugin"/>
5391
  <object-type name="QStylePlugin"/>
5391
  <object-type name="QStylePlugin"/>
5392
  <object-type name="QTextCodecPlugin"/>
5392
  
5393
     
5393
  <object-type name="QTextCodecPlugin">
5394
    <inject-code class="shell" position="beginning">
5395
Q_DECLARE_METATYPE(QList&lt;int>)
5396
    </inject-code>
5397
  </object-type>
5398
       
5394
  <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/>
5399
  <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping function 'QPixmap::QPixmap', unmatched parameter type 'QPixmapData*'"/>
5395
  <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&amp;'"/>
5400
  <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private&amp;'"/>
5396
  <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/>
5401
  <suppress-warning text="WARNING(MetaJavaBuilder) :: skipping * unmatched *type '*Private\*'"/>

Return to bug 258861