From bb3b9da181c3fc4f6de53c6503ab92d732b6190e Mon Sep 17 00:00:00 2001 From: glisse Date: Fri, 16 Oct 2015 20:31:18 +0000 Subject: Initial Qt5 support. - Clicking OK in dialog windows does not close them, only cancel does, was that already the case with Qt4? - It does not complain that I have a version of CGAL that does not have a Qt5 component, so the tests are probably not sufficient. However, it still compiles, links and runs. What is the CGAL Qt component used for? git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/qt5@861 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1affa98623366ac6b74f08e115b33f3f1094e94b --- src/GudhUI/gui/Menu_k_nearest_neighbors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GudhUI/gui/Menu_k_nearest_neighbors.h') diff --git a/src/GudhUI/gui/Menu_k_nearest_neighbors.h b/src/GudhUI/gui/Menu_k_nearest_neighbors.h index 8088b768..77303b67 100644 --- a/src/GudhUI/gui/Menu_k_nearest_neighbors.h +++ b/src/GudhUI/gui/Menu_k_nearest_neighbors.h @@ -24,7 +24,7 @@ #define GUI_MENU_K_NEAREST_NEIGHBORS_H_ #include -#include "gui/ui_KNearestNeighborsMenu.h" +#include "ui_KNearestNeighborsMenu.h" class QWidget; -- cgit v1.2.3