diff --git a/changes_porting_qt5.txt b/changes_porting_qt5.txt index b7f2f2c5..2dd12f33 100644 --- a/changes_porting_qt5.txt +++ b/changes_porting_qt5.txt @@ -719,12 +719,14 @@ UBBoardView.cpp ---------------- ************************************************ - TODO + TODO done cf below ************************************************ SOLVE THE ItemAt + - comment the mouseReleaseEvent method -- comment mousePressEvent method +- comment the mousePressEvent method + @@ -822,3 +824,16 @@ OpenBoard.pro + +UBBoardView.cpp +---------------- + +the ItemAt issue was solved by the last update methods from the repository. + + +UBGraphicsTextItem.cpp +---------------------- + + +- replace //#include by #include . +