diff --git a/product/src/gui/GraphTool/IconActTool/CFileOpt.cpp b/product/src/gui/GraphTool/IconActTool/CFileOpt.cpp index b9374de3..ac397f21 100644 --- a/product/src/gui/GraphTool/IconActTool/CFileOpt.cpp +++ b/product/src/gui/GraphTool/IconActTool/CFileOpt.cpp @@ -1,4 +1,4 @@ -#include "CFileOpt.h" +#include "CFileOpt.h" #include "public/pub_logger_api/logger.h" #include "public/pub_utility_api/FileUtil.h" #include diff --git a/product/src/gui/GraphTool/IconActTool/CFileOpt.h b/product/src/gui/GraphTool/IconActTool/CFileOpt.h index 51b02e69..f542d223 100644 --- a/product/src/gui/GraphTool/IconActTool/CFileOpt.h +++ b/product/src/gui/GraphTool/IconActTool/CFileOpt.h @@ -1,4 +1,4 @@ -#ifndef CFILEOPT_H +#ifndef CFILEOPT_H #define CFILEOPT_H #include diff --git a/product/src/gui/GraphTool/IconActTool/CIconActDialog.cpp b/product/src/gui/GraphTool/IconActTool/CIconActDialog.cpp index 240617e4..aceb33b2 100644 --- a/product/src/gui/GraphTool/IconActTool/CIconActDialog.cpp +++ b/product/src/gui/GraphTool/IconActTool/CIconActDialog.cpp @@ -1,4 +1,4 @@ -#include "CIconActDialog.h" +#include "CIconActDialog.h" #include "ui_CIconActDialog.h" #include "public/pub_utility_api/FileUtil.h" #include "CTableModel.h" diff --git a/product/src/gui/GraphTool/IconActTool/CIconActDialog.h b/product/src/gui/GraphTool/IconActTool/CIconActDialog.h index 23a27a51..53207ba9 100644 --- a/product/src/gui/GraphTool/IconActTool/CIconActDialog.h +++ b/product/src/gui/GraphTool/IconActTool/CIconActDialog.h @@ -1,4 +1,4 @@ -#ifndef CICONACTDIALOG_H +#ifndef CICONACTDIALOG_H #define CICONACTDIALOG_H #include diff --git a/product/src/gui/GraphTool/IconActTool/CIconActPublic.h b/product/src/gui/GraphTool/IconActTool/CIconActPublic.h index 8eca3890..277dfd99 100644 --- a/product/src/gui/GraphTool/IconActTool/CIconActPublic.h +++ b/product/src/gui/GraphTool/IconActTool/CIconActPublic.h @@ -1,4 +1,4 @@ -#ifndef CICONACTPUBLIC_H +#ifndef CICONACTPUBLIC_H #define CICONACTPUBLIC_H #include diff --git a/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.cpp b/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.cpp index 77d85a6f..c1f713df 100644 --- a/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.cpp +++ b/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.cpp @@ -1,4 +1,4 @@ -#include "CLineEditWithBt.h" +#include "CLineEditWithBt.h" #include #include #include diff --git a/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.h b/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.h index 05e5b4c1..c8d2b380 100644 --- a/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.h +++ b/product/src/gui/GraphTool/IconActTool/CLineEditWithBt.h @@ -1,4 +1,4 @@ -#ifndef CLINEEDITWITHBT_H +#ifndef CLINEEDITWITHBT_H #define CLINEEDITWITHBT_H #include diff --git a/product/src/gui/GraphTool/IconActTool/CTableDelegate.cpp b/product/src/gui/GraphTool/IconActTool/CTableDelegate.cpp index 3b913eb3..97c73650 100644 --- a/product/src/gui/GraphTool/IconActTool/CTableDelegate.cpp +++ b/product/src/gui/GraphTool/IconActTool/CTableDelegate.cpp @@ -1,4 +1,4 @@ -#include "CTableDelegate.h" +#include "CTableDelegate.h" #include "CLineEditWithBt.h" #include #include diff --git a/product/src/gui/GraphTool/IconActTool/CTableDelegate.h b/product/src/gui/GraphTool/IconActTool/CTableDelegate.h index d10c7b2e..e511bbcb 100644 --- a/product/src/gui/GraphTool/IconActTool/CTableDelegate.h +++ b/product/src/gui/GraphTool/IconActTool/CTableDelegate.h @@ -1,4 +1,4 @@ -#ifndef CTREEITEMDELEGATE_H +#ifndef CTREEITEMDELEGATE_H #define CTREEITEMDELEGATE_H #include diff --git a/product/src/gui/GraphTool/IconActTool/CTableModel.cpp b/product/src/gui/GraphTool/IconActTool/CTableModel.cpp index b3945b1b..80fa13d5 100644 --- a/product/src/gui/GraphTool/IconActTool/CTableModel.cpp +++ b/product/src/gui/GraphTool/IconActTool/CTableModel.cpp @@ -1,4 +1,4 @@ -#include "CTableModel.h" +#include "CTableModel.h" #include "CIconActDialog.h" CTableModel::CTableModel(QObject *parent) diff --git a/product/src/gui/GraphTool/IconActTool/CTableModel.h b/product/src/gui/GraphTool/IconActTool/CTableModel.h index a7386d65..cb2f2417 100644 --- a/product/src/gui/GraphTool/IconActTool/CTableModel.h +++ b/product/src/gui/GraphTool/IconActTool/CTableModel.h @@ -1,4 +1,4 @@ -#ifndef CTABLEMODEL_H +#ifndef CTABLEMODEL_H #define CTABLEMODEL_H #include diff --git a/product/src/gui/GraphTool/IconActTool/main.cpp b/product/src/gui/GraphTool/IconActTool/main.cpp index eb3ce3ec..771b580f 100644 --- a/product/src/gui/GraphTool/IconActTool/main.cpp +++ b/product/src/gui/GraphTool/IconActTool/main.cpp @@ -1,4 +1,4 @@ - + #include #include #include "common/QtAppGlobalSet.h" diff --git a/product/src/gui/GraphTool/NavigationApi/CJsonOpt.cpp b/product/src/gui/GraphTool/NavigationApi/CJsonOpt.cpp index ddfa8c74..ac6f32c3 100644 --- a/product/src/gui/GraphTool/NavigationApi/CJsonOpt.cpp +++ b/product/src/gui/GraphTool/NavigationApi/CJsonOpt.cpp @@ -1,4 +1,4 @@ -#include "gui/GraphTool/NavigationApi/CJsonOpt.h" +#include "gui/GraphTool/NavigationApi/CJsonOpt.h" #include "public/pub_utility_api/FileUtil.h" #include "public/pub_logger_api/logger.h" #include diff --git a/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.cpp b/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.cpp index d7308e40..e3f10b92 100644 --- a/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.cpp +++ b/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.cpp @@ -1,4 +1,4 @@ -#include "CLineEditWithBt.h" +#include "CLineEditWithBt.h" #include #include #include diff --git a/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.h b/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.h index 05e5b4c1..c8d2b380 100644 --- a/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.h +++ b/product/src/gui/GraphTool/NavigationTool/CLineEditWithBt.h @@ -1,4 +1,4 @@ -#ifndef CLINEEDITWITHBT_H +#ifndef CLINEEDITWITHBT_H #define CLINEEDITWITHBT_H #include diff --git a/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.cpp b/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.cpp index e2b595ea..f15a61e1 100644 --- a/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.cpp +++ b/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.cpp @@ -1,4 +1,4 @@ -#include "CNavigationDialog.h" +#include "CNavigationDialog.h" #include "ui_CNavigationDialog.h" #include "CTreeItemDelegate.h" #include "public/pub_utility_api/FileUtil.h" diff --git a/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.h b/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.h index 4844e7ea..a82da6dc 100644 --- a/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.h +++ b/product/src/gui/GraphTool/NavigationTool/CNavigationDialog.h @@ -1,4 +1,4 @@ -#ifndef CNAVIGATIONDIALOG_H +#ifndef CNAVIGATIONDIALOG_H #define CNAVIGATIONDIALOG_H #include "gui/GraphTool/NavigationApi/CJsonOpt.h" diff --git a/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.cpp b/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.cpp index 33f60740..f5a447d4 100644 --- a/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.cpp +++ b/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.cpp @@ -1,4 +1,4 @@ -#include "CTreeItemDelegate.h" +#include "CTreeItemDelegate.h" #include "CLineEditWithBt.h" #include "gui/GraphTool/NavigationApi/CJsonOpt.h" #include diff --git a/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.h b/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.h index 02e293a7..8a849137 100644 --- a/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.h +++ b/product/src/gui/GraphTool/NavigationTool/CTreeItemDelegate.h @@ -1,4 +1,4 @@ -#ifndef CTREEITEMDELEGATE_H +#ifndef CTREEITEMDELEGATE_H #define CTREEITEMDELEGATE_H #include diff --git a/product/src/gui/GraphTool/NavigationTool/CTreeWidget.cpp b/product/src/gui/GraphTool/NavigationTool/CTreeWidget.cpp index d35daca3..69863577 100644 --- a/product/src/gui/GraphTool/NavigationTool/CTreeWidget.cpp +++ b/product/src/gui/GraphTool/NavigationTool/CTreeWidget.cpp @@ -1,4 +1,4 @@ -#include "CTreeWidget.h" +#include "CTreeWidget.h" #include CTreeWidget::CTreeWidget(QWidget *parent) diff --git a/product/src/gui/GraphTool/NavigationTool/CTreeWidget.h b/product/src/gui/GraphTool/NavigationTool/CTreeWidget.h index ffe2668a..eb77cf55 100644 --- a/product/src/gui/GraphTool/NavigationTool/CTreeWidget.h +++ b/product/src/gui/GraphTool/NavigationTool/CTreeWidget.h @@ -1,4 +1,4 @@ -#ifndef CTREEWIDGET_H +#ifndef CTREEWIDGET_H #define CTREEWIDGET_H #include diff --git a/product/src/gui/GraphTool/NavigationTool/main.cpp b/product/src/gui/GraphTool/NavigationTool/main.cpp index 9fefa9b9..9cfd516a 100644 --- a/product/src/gui/GraphTool/NavigationTool/main.cpp +++ b/product/src/gui/GraphTool/NavigationTool/main.cpp @@ -1,4 +1,4 @@ - + #include #include "common/QtAppGlobalSet.h" #include "CNavigationDialog.h" diff --git a/product/src/gui/GraphTool/fileSync/CConfirmDialog.cpp b/product/src/gui/GraphTool/fileSync/CConfirmDialog.cpp index 30ba9dbd..b564d43c 100644 --- a/product/src/gui/GraphTool/fileSync/CConfirmDialog.cpp +++ b/product/src/gui/GraphTool/fileSync/CConfirmDialog.cpp @@ -1,4 +1,4 @@ -#include "CConfirmDialog.h" +#include "CConfirmDialog.h" #include "ui_CConfirmDialog.h" CConfirmDialog::CConfirmDialog(QWidget *parent) : diff --git a/product/src/gui/GraphTool/fileSync/CConfirmDialog.h b/product/src/gui/GraphTool/fileSync/CConfirmDialog.h index bf11defd..0839fde8 100644 --- a/product/src/gui/GraphTool/fileSync/CConfirmDialog.h +++ b/product/src/gui/GraphTool/fileSync/CConfirmDialog.h @@ -1,4 +1,4 @@ -#ifndef CCONFIRMDIALOG_H +#ifndef CCONFIRMDIALOG_H #define CCONFIRMDIALOG_H #include diff --git a/product/src/gui/GraphTool/fileSync/CFileSyncDialog.cpp b/product/src/gui/GraphTool/fileSync/CFileSyncDialog.cpp index 146dc163..b4e50f81 100644 --- a/product/src/gui/GraphTool/fileSync/CFileSyncDialog.cpp +++ b/product/src/gui/GraphTool/fileSync/CFileSyncDialog.cpp @@ -1,4 +1,4 @@ -#include "CFileSyncDialog.h" +#include "CFileSyncDialog.h" #include "ui_CFileSyncDialog.h" #include "CConfirmDialog.h" #include "../include/public/pub_utility_api/I18N.h" diff --git a/product/src/gui/GraphTool/fileSync/CFileSyncDialog.h b/product/src/gui/GraphTool/fileSync/CFileSyncDialog.h index 66f9ed58..349f9e36 100644 --- a/product/src/gui/GraphTool/fileSync/CFileSyncDialog.h +++ b/product/src/gui/GraphTool/fileSync/CFileSyncDialog.h @@ -1,4 +1,4 @@ -#ifndef CFILESYNCDIALOG_H +#ifndef CFILESYNCDIALOG_H #define CFILESYNCDIALOG_H #include "../../include/sys/sys_svn_file_sync_api/CSysFileSyncApi.h" diff --git a/product/src/gui/GraphTool/fileSync/main.cpp b/product/src/gui/GraphTool/fileSync/main.cpp index e9cd44bc..70825d1d 100644 --- a/product/src/gui/GraphTool/fileSync/main.cpp +++ b/product/src/gui/GraphTool/fileSync/main.cpp @@ -1,4 +1,4 @@ - + #include #include "common/QtAppGlobalSet.h" #include "CFileSyncDialog.h"