You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using clazy to to update old-style-connect.
More information here and here. The new syntax is safer because it's checked at compile time. But also it should be marginally faster (I measured no difference).
The clazy automated fix seem to work well but there are about 32 other old style connect that I will fix manually.
I think I found several that should not be working in current code. However I don't know how to test them:
I'm using clazy to to update old-style-connect.
More information here and here.
The new syntax is safer because it's checked at compile time. But also it should be marginally faster (I measured no difference).
The clazy automated fix seem to work well but there are about 32 other old style connect that I will fix manually.
I think I found several that should not be working in current code. However I don't know how to test them:
DFTFringe/oglview.cpp
Line 223 in db86845
saveAllContoursis a private slot. Can you let me know how to test this specific line ? I don't know what corresponds toOGLviewin the GUI.DFTFringe/simulationsview.cpp
Line 169 in db86845
saveImage(QString fileName)doesn't matchQAction::triggered(bool checked = false)DFTFringe/rmsplot.cpp
Line 13 in db86845
DFTFringe/mainwindow.cpp
Line 184 in db86845
SurfaceManager::backGroundUpdateis a private slot