diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:31:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:32:24 +0900 |
commit | 679e6a56c73bad0db5360a1b51d3f517a93baa60 (patch) | |
tree | ff9192f0757a3dc08332850a6d61f06a9de6d710 /akregator/src/librss | |
parent | 33b573ee2e2e2a4b8634f64bcb004fae45288181 (diff) | |
download | tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.tar.gz tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b)
Diffstat (limited to 'akregator/src/librss')
-rw-r--r-- | akregator/src/librss/article.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/article.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/document.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/document.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/global.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/image.cpp | 1 | ||||
-rw-r--r-- | akregator/src/librss/image.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/librss.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/loader.cpp | 1 | ||||
-rw-r--r-- | akregator/src/librss/loader.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/textinput.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/textinput.h | 1 | ||||
-rw-r--r-- | akregator/src/librss/tools_p.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/tools_p.h | 1 |
14 files changed, 0 insertions, 18 deletions
diff --git a/akregator/src/librss/article.cpp b/akregator/src/librss/article.cpp index 244130535..18522fe3e 100644 --- a/akregator/src/librss/article.cpp +++ b/akregator/src/librss/article.cpp @@ -286,5 +286,3 @@ bool Article::operator==(const Article &other) const { return d->guid == other.guid(); } - -// vim:noet:ts=4 diff --git a/akregator/src/librss/article.h b/akregator/src/librss/article.h index 7656eeeda..c27fdfe75 100644 --- a/akregator/src/librss/article.h +++ b/akregator/src/librss/article.h @@ -169,4 +169,3 @@ namespace RSS } #endif // LIBRSS_ARTICLE_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/document.cpp b/akregator/src/librss/document.cpp index 6d6e10577..3bc64d000 100644 --- a/akregator/src/librss/document.cpp +++ b/akregator/src/librss/document.cpp @@ -649,5 +649,3 @@ Document &Document::operator=(const Document &other) } return *this; } - -// vim:noet:ts=4 diff --git a/akregator/src/librss/document.h b/akregator/src/librss/document.h index 7a94e59d4..8d098e7db 100644 --- a/akregator/src/librss/document.h +++ b/akregator/src/librss/document.h @@ -234,4 +234,3 @@ namespace RSS } #endif // LIBRSS_DOCUMENT_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/global.h b/akregator/src/librss/global.h index 091018cb8..26c5037bf 100644 --- a/akregator/src/librss/global.h +++ b/akregator/src/librss/global.h @@ -145,4 +145,3 @@ namespace RSS } #endif // LIBRSS_GLOBAL_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/image.cpp b/akregator/src/librss/image.cpp index 383d76b94..174a105b5 100644 --- a/akregator/src/librss/image.cpp +++ b/akregator/src/librss/image.cpp @@ -164,4 +164,3 @@ bool Image::operator==(const Image &other) const } #include "image.moc" -// vim:noet:ts=4 diff --git a/akregator/src/librss/image.h b/akregator/src/librss/image.h index ab0cf6879..299b4292f 100644 --- a/akregator/src/librss/image.h +++ b/akregator/src/librss/image.h @@ -171,4 +171,3 @@ namespace RSS } #endif // LIBRSS_IMAGE_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/librss.h b/akregator/src/librss/librss.h index b99556b1c..877d06f2e 100644 --- a/akregator/src/librss/librss.h +++ b/akregator/src/librss/librss.h @@ -21,4 +21,3 @@ #include "textinput.h" #endif // LIBRSS_LIBRSS_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/loader.cpp b/akregator/src/librss/loader.cpp index ea0134e62..8e2967b7b 100644 --- a/akregator/src/librss/loader.cpp +++ b/akregator/src/librss/loader.cpp @@ -410,4 +410,3 @@ void Loader::discoverFeeds(const TQByteArray &data) } #include "loader.moc" -// vim:noet:ts=4 diff --git a/akregator/src/librss/loader.h b/akregator/src/librss/loader.h index 670ed9d32..ed22da22e 100644 --- a/akregator/src/librss/loader.h +++ b/akregator/src/librss/loader.h @@ -342,4 +342,3 @@ namespace RSS } #endif // LIBRSS_LOADER_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/textinput.cpp b/akregator/src/librss/textinput.cpp index 04799fcaa..a32c9f584 100644 --- a/akregator/src/librss/textinput.cpp +++ b/akregator/src/librss/textinput.cpp @@ -92,5 +92,3 @@ bool TextInput::operator==(const TextInput &other) const d->name == other.name() && d->link == other.link(); } - -// vim:noet:ts=4 diff --git a/akregator/src/librss/textinput.h b/akregator/src/librss/textinput.h index cbf5bdb6d..dd46d1769 100644 --- a/akregator/src/librss/textinput.h +++ b/akregator/src/librss/textinput.h @@ -118,4 +118,3 @@ namespace RSS } #endif // LIBRSS_TEXTINPUT_H -// vim: noet:ts=4 diff --git a/akregator/src/librss/tools_p.cpp b/akregator/src/librss/tools_p.cpp index bd8ce39b3..9303bdf50 100644 --- a/akregator/src/librss/tools_p.cpp +++ b/akregator/src/librss/tools_p.cpp @@ -245,5 +245,3 @@ TQString parseItemAuthor(const TQDomElement& element, Format format, Version ver } } // namespace RSS - -// vim:noet:ts=4 diff --git a/akregator/src/librss/tools_p.h b/akregator/src/librss/tools_p.h index 47be905d8..0ec9013f3 100644 --- a/akregator/src/librss/tools_p.h +++ b/akregator/src/librss/tools_p.h @@ -37,4 +37,3 @@ namespace RSS } #endif // LIBRSS_TOOLS_P_H -// vim:noet:ts=4 |