]> git.cworth.org Git - apitrace/blobdiff - gui/argumentseditor.h
Change apiarray to use a qvector instead of a qlist
[apitrace] / gui / argumentseditor.h
index e6b3d8fd65f01043ad5072787d0a622a18a90d44..7671d71bcd0264f720e2fbeac506bf8b71293328 100644 (file)
@@ -49,7 +49,7 @@ private slots:
 private:
     void init();
     void setupCall();
-    void setupShaderEditor(const QList<QVariant> &sources);
+    void setupShaderEditor(const QVector<QVariant> &sources);
     QVariant valueForName(const QString &name,
                           const QVariant &orignalValue,
                           bool *changed) const;