Skip to content

Commit

Permalink
Dependancies to Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Sep 11, 2019
1 parent 18c5dd9 commit 059d3f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <QCoreApplication> // Call register type at startup when loaded as a dynamic library
#include <QLoggingCategory> // Logging support

// Dependancies Header
// Dependencies Header

// Application Header
#include <ObjectListModel/Utils.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/_Template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Qt Header

// Dependancies Header
// Dependencies Header

// Application Header
#include <ObjectListModel/_Template.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/include/ObjectListModel/Utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// Qt Header

// Dependancies Header
// Dependencies Header

// Application Header
#include <ObjectListModel/Export.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/include/ObjectListModel/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Qt Header
#include <QString>

// Dependancies Header
// Dependencies Header

// Application Header
#include <ObjectListModel/Export.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/include/ObjectListModel/_Template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Qt Header
#include <QObject>

// Dependancies Header
// Dependencies Header

// Application Header
#include <ObjectListModel/Export.hpp>
Expand Down

0 comments on commit 059d3f4

Please sign in to comment.