comparison Applications/Samples/Deprecated/SimpleViewer/Qt/SimpleViewerMainWindow.cpp @ 1350:c53a4667f895 broker

Sample paths have been adapted
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 Apr 2020 14:57:06 +0200
parents bfd77672d825
children
comparison
equal deleted inserted replaced
1349:b1e6bef86955 1350:c53a4667f895
23 /** 23 /**
24 * Don't use "ui_MainWindow.h" instead of <ui_MainWindow.h> below, as 24 * Don't use "ui_MainWindow.h" instead of <ui_MainWindow.h> below, as
25 * this makes CMake unable to detect when the UI file changes. 25 * this makes CMake unable to detect when the UI file changes.
26 **/ 26 **/
27 #include <ui_SimpleViewerMainWindow.h> 27 #include <ui_SimpleViewerMainWindow.h>
28 #include "../SimpleViewerApplication.h" 28 #include "../../SimpleViewerApplication.h"
29 29
30 30
31 namespace SimpleViewer 31 namespace SimpleViewer
32 { 32 {
33 template<typename T, typename U> 33 template<typename T, typename U>