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 /vcs | |
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 'vcs')
-rw-r--r-- | vcs/cvsservice/cvsentry.cpp | 2 | ||||
-rw-r--r-- | vcs/cvsservice/cvsfileinfoprovider.cpp | 1 | ||||
-rw-r--r-- | vcs/cvsservice/cvsfileinfoprovider.h | 1 | ||||
-rw-r--r-- | vcs/subversion/commitdlg.cpp | 2 | ||||
-rw-r--r-- | vcs/subversion/commitdlg.h | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/vcs/cvsservice/cvsentry.cpp b/vcs/cvsservice/cvsentry.cpp index bf478f7c..79f83deb 100644 --- a/vcs/cvsservice/cvsentry.cpp +++ b/vcs/cvsservice/cvsentry.cpp @@ -183,5 +183,3 @@ VCSFileInfo CVSEntry::toVCSFileInfo() const return VCSFileInfo( fileName(), revision(), revision(), fileState ); } - -//kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/vcs/cvsservice/cvsfileinfoprovider.cpp b/vcs/cvsservice/cvsfileinfoprovider.cpp index cbfc726f..8eb77b71 100644 --- a/vcs/cvsservice/cvsfileinfoprovider.cpp +++ b/vcs/cvsservice/cvsfileinfoprovider.cpp @@ -311,4 +311,3 @@ void CVSFileInfoProvider::printOutFileInfoMap( const VCSFileInfoMap &map ) } #include "cvsfileinfoprovider.moc" -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/vcs/cvsservice/cvsfileinfoprovider.h b/vcs/cvsservice/cvsfileinfoprovider.h index 8bc3a6fe..4cc9f4f2 100644 --- a/vcs/cvsservice/cvsfileinfoprovider.h +++ b/vcs/cvsservice/cvsfileinfoprovider.h @@ -77,4 +77,3 @@ private: }; #endif -//kate: space-indent on; indent-width 4; diff --git a/vcs/subversion/commitdlg.cpp b/vcs/subversion/commitdlg.cpp index cd6fedab..b342da09 100644 --- a/vcs/subversion/commitdlg.cpp +++ b/vcs/subversion/commitdlg.cpp @@ -43,5 +43,3 @@ bool CommitDlg::eventFilter( TQObject* obj, TQEvent* ev ) } #include "commitdlg.moc" - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; diff --git a/vcs/subversion/commitdlg.h b/vcs/subversion/commitdlg.h index 2f9d5a85..4636c198 100644 --- a/vcs/subversion/commitdlg.h +++ b/vcs/subversion/commitdlg.h @@ -34,5 +34,3 @@ protected: }; #endif - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; |