diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 10:54:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 11:03:03 +0900 |
commit | e486343156812706d7b7d5e36f32e6aefc86a1c8 (patch) | |
tree | 4c0217d8adeb54c86219dc00d248951f5256688f /buildtools/custommakefiles | |
parent | 29aa164859f9966f10760fbd6feb543e1fec22f0 (diff) | |
download | tdevelop-e486343156812706d7b7d5e36f32e6aefc86a1c8.tar.gz tdevelop-e486343156812706d7b7d5e36f32e6aefc86a1c8.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c1136256870320723ad42e04e2559ae384b8fe91)
Diffstat (limited to 'buildtools/custommakefiles')
9 files changed, 0 insertions, 18 deletions
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.cpp b/buildtools/custommakefiles/custombuildoptionswidget.cpp index 20931698..74c0d08f 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.cpp +++ b/buildtools/custommakefiles/custombuildoptionswidget.cpp @@ -95,5 +95,3 @@ void CustomBuildOptionsWidget::makeToggled(bool b) } #include "custombuildoptionswidget.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h index 91b4e5c4..7295a7e9 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.h +++ b/buildtools/custommakefiles/custombuildoptionswidget.h @@ -43,5 +43,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/buildtools/custommakefiles/custommanagerwidget.cpp b/buildtools/custommakefiles/custommanagerwidget.cpp index 85f77d52..9dfad3e5 100644 --- a/buildtools/custommakefiles/custommanagerwidget.cpp +++ b/buildtools/custommakefiles/custommanagerwidget.cpp @@ -76,5 +76,3 @@ void CustomManagerWidget::accept() #include "custommanagerwidget.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/buildtools/custommakefiles/custommanagerwidget.h b/buildtools/custommakefiles/custommanagerwidget.h index 657bae9f..655e0447 100644 --- a/buildtools/custommakefiles/custommanagerwidget.h +++ b/buildtools/custommakefiles/custommanagerwidget.h @@ -38,5 +38,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/buildtools/custommakefiles/customotherconfigwidget.cpp b/buildtools/custommakefiles/customotherconfigwidget.cpp index 945d7c91..8049d37a 100644 --- a/buildtools/custommakefiles/customotherconfigwidget.cpp +++ b/buildtools/custommakefiles/customotherconfigwidget.cpp @@ -121,5 +121,3 @@ void CustomOtherConfigWidget::accept() } #include "customotherconfigwidget.moc" -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - diff --git a/buildtools/custommakefiles/customotherconfigwidget.h b/buildtools/custommakefiles/customotherconfigwidget.h index 64f3a5bd..a92d816d 100644 --- a/buildtools/custommakefiles/customotherconfigwidget.h +++ b/buildtools/custommakefiles/customotherconfigwidget.h @@ -53,6 +53,3 @@ protected: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h index 67223e92..b6cb6fe5 100644 --- a/buildtools/custommakefiles/customprojectpart.h +++ b/buildtools/custommakefiles/customprojectpart.h @@ -156,4 +156,3 @@ private: }; #endif -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/buildtools/custommakefiles/selectnewfilesdialog.cpp b/buildtools/custommakefiles/selectnewfilesdialog.cpp index a223c87a..2ccf9593 100644 --- a/buildtools/custommakefiles/selectnewfilesdialog.cpp +++ b/buildtools/custommakefiles/selectnewfilesdialog.cpp @@ -127,5 +127,3 @@ TQStringList SelectNewFilesDialog::includedPaths() const } #include "selectnewfilesdialog.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h index 3c8d9c14..446936ac 100644 --- a/buildtools/custommakefiles/selectnewfilesdialog.h +++ b/buildtools/custommakefiles/selectnewfilesdialog.h @@ -50,5 +50,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on |