From 37565b81a34cf8d5baedc052902279ae39676fb3 Mon Sep 17 00:00:00 2001 From: agriche Date: Wed, 11 Nov 2015 14:54:57 +0100 Subject: [PATCH] - minor updated files. --- changes_porting_qt5.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 . +