X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.cxx;h=0c08892642dd760b4f5e611254e9c8c67de2467e;hp=47ab2a3eda39b0447d26c3259e351546302e474e;hb=ccde95277ce5e3929d09aef387c2f5956592d066;hpb=579f69d256fcef302590716cb44113d81c4b6bf5 diff --git a/src/gui/Mainwindow.cxx b/src/gui/Mainwindow.cxx index 47ab2a3..0c08892 100644 --- a/src/gui/Mainwindow.cxx +++ b/src/gui/Mainwindow.cxx @@ -116,7 +116,7 @@ void Mainwindow::switchMainPlaneToAddress(uint64_t address) { } } -void Mainwindow::switchMainPlane(int index) { +void Mainwindow::switchMainPlane(int) { stackedWidget->setCurrentWidget(objects_list[listWidget->currentItem()]); }