Removed DestinationGLCanvas and SourceGLCanvas which were not doing much: integrated them directly in MapperGLCanvas.

This commit is contained in:
Tats
2016-03-06 00:43:01 -05:00
parent 35cbe281c0
commit 28261033c6
13 changed files with 38 additions and 215 deletions

View File

@@ -23,7 +23,7 @@
#include "MainWindow.h"
OutputGLWindow:: OutputGLWindow(QWidget* parent, const DestinationGLCanvas* canvas_) : QDialog(parent)
OutputGLWindow:: OutputGLWindow(QWidget* parent, const MapperGLCanvas* canvas_) : QDialog(parent)
{
resize(MainWindow::OUTPUT_WINDOW_MINIMUM_WIDTH, MainWindow::OUTPUT_WINDOW_MINIMUM_HEIGHT);