Restructuring directory layout. Move towards "Modern CMake" usage.

This commit is contained in:
Jim Evins
2017-11-23 22:15:24 -05:00
parent 8bec3594ec
commit b8ee5e1f73
198 changed files with 4509 additions and 5324 deletions
+1 -3
View File
@@ -20,8 +20,6 @@
#include "PrintView.h"
#include "LabelModel.h"
#include <QPrintDialog>
#include <QtDebug>
@@ -57,7 +55,7 @@ namespace glabels
///
/// Set Model
///
void PrintView::setModel( LabelModel* model )
void PrintView::setModel( model::Model* model )
{
mModel = model;
mRenderer.setModel( mModel );