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
+5 -4
View File
@@ -24,14 +24,15 @@
#include "ui_MergeView.h"
#include "Merge/Merge.h"
#include "model/Model.h"
#include "merge/Merge.h"
namespace glabels
{
// Forward references
class LabelModel;
class UndoRedoModel;
@@ -54,7 +55,7 @@ namespace glabels
/////////////////////////////////
// Public methods
/////////////////////////////////
void setModel( LabelModel* model, UndoRedoModel* undoRedoModel );
void setModel( model::Model* model, UndoRedoModel* undoRedoModel );
/////////////////////////////////
@@ -86,7 +87,7 @@ namespace glabels
private:
QStringList mMergeFormatNames;
LabelModel* mModel;
model::Model* mModel;
UndoRedoModel* mUndoRedoModel;
QStringList mKeys;