]> git.notmuchmail.org Git - apitrace/blobdiff - gui/mainwindow.cpp
Incorporate Jose's patch and make vertexdatainterpreter work.
[apitrace] / gui / mainwindow.cpp
index e02dbd8ac7633f420cd6bf0f0af276d69a143f03..380ef8a132a679fc5cdcbc2f4b100dcef7ed2b3f 100644 (file)
@@ -57,7 +57,7 @@ MainWindow::MainWindow()
 
     connect(m_ui.vertexInterpretButton, SIGNAL(clicked()),
             m_vdataInterpreter, SLOT(interpretData()));
-    connect(m_ui.vertexTypeCB, SIGNAL(activated(const QString&)),
+    connect(m_ui.vertexTypeCB, SIGNAL(currentIndexChanged(const QString&)),
             m_vdataInterpreter, SLOT(setTypeFromString(const QString&)));
     connect(m_ui.vertexStrideSB, SIGNAL(valueChanged(int)),
             m_vdataInterpreter, SLOT(setStride(int)));