From 8aa8074403fd918cf105b776bc57e5aab3e2a771 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 22:19:49 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- librss/article.cpp | 2 -- librss/article.h | 1 - librss/document.cpp | 2 -- librss/document.h | 1 - librss/global.h | 1 - librss/image.cpp | 1 - librss/image.h | 1 - librss/librss.h | 1 - librss/loader.cpp | 1 - librss/loader.h | 1 - librss/textinput.cpp | 2 -- librss/textinput.h | 1 - librss/tools_p.cpp | 2 -- librss/tools_p.h | 1 - 14 files changed, 18 deletions(-) (limited to 'librss') diff --git a/librss/article.cpp b/librss/article.cpp index 4161e0d5..fbc240f4 100644 --- a/librss/article.cpp +++ b/librss/article.cpp @@ -142,5 +142,3 @@ bool Article::operator==(const Article &other) const d->guid == other.guid() && d->guidIsPermaLink == other.guidIsPermaLink(); } - -// vim:noet:ts=4 diff --git a/librss/article.h b/librss/article.h index 838e2f16..7ab527cb 100644 --- a/librss/article.h +++ b/librss/article.h @@ -148,4 +148,3 @@ namespace RSS } #endif // LIBRSS_ARTICLE_H -// vim: noet:ts=4 diff --git a/librss/document.cpp b/librss/document.cpp index 8a19aa3f..c23f0d38 100644 --- a/librss/document.cpp +++ b/librss/document.cpp @@ -521,5 +521,3 @@ Document &Document::operator=(const Document &other) } return *this; } - -// vim:noet:ts=4 diff --git a/librss/document.h b/librss/document.h index d7660d12..000b2cd0 100644 --- a/librss/document.h +++ b/librss/document.h @@ -228,4 +228,3 @@ namespace RSS } #endif // LIBRSS_DOCUMENT_H -// vim: noet:ts=4 diff --git a/librss/global.h b/librss/global.h index c7e4cdeb..2afe3dd2 100644 --- a/librss/global.h +++ b/librss/global.h @@ -135,4 +135,3 @@ namespace RSS } #endif // LIBRSS_GLOBAL_H -// vim: noet:ts=4 diff --git a/librss/image.cpp b/librss/image.cpp index 73888f5b..d37ebdda 100644 --- a/librss/image.cpp +++ b/librss/image.cpp @@ -154,4 +154,3 @@ bool Image::operator==(const Image &other) const } #include "image.moc" -// vim:noet:ts=4 diff --git a/librss/image.h b/librss/image.h index d8213c1f..8fe555cc 100644 --- a/librss/image.h +++ b/librss/image.h @@ -170,4 +170,3 @@ namespace RSS } #endif // LIBRSS_IMAGE_H -// vim: noet:ts=4 diff --git a/librss/librss.h b/librss/librss.h index c9637d0c..3eb4f365 100644 --- a/librss/librss.h +++ b/librss/librss.h @@ -19,4 +19,3 @@ #include "textinput.h" #endif // LIBRSS_LIBRSS_H -// vim: noet:ts=4 diff --git a/librss/loader.cpp b/librss/loader.cpp index 3346385a..51e993ce 100644 --- a/librss/loader.cpp +++ b/librss/loader.cpp @@ -282,4 +282,3 @@ void Loader::slotRetrieverDone(const TQByteArray &data, bool success) } #include "loader.moc" -// vim:noet:ts=4 diff --git a/librss/loader.h b/librss/loader.h index 074d7a0a..a70304b4 100644 --- a/librss/loader.h +++ b/librss/loader.h @@ -323,4 +323,3 @@ namespace RSS } #endif // LIBRSS_LOADER_H -// vim: noet:ts=4 diff --git a/librss/textinput.cpp b/librss/textinput.cpp index f2af0940..6f5e7c97 100644 --- a/librss/textinput.cpp +++ b/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/librss/textinput.h b/librss/textinput.h index ba2d331a..507effee 100644 --- a/librss/textinput.h +++ b/librss/textinput.h @@ -118,4 +118,3 @@ namespace RSS } #endif // LIBRSS_TEXTINPUT_H -// vim: noet:ts=4 diff --git a/librss/tools_p.cpp b/librss/tools_p.cpp index 9c75ade4..523663cd 100644 --- a/librss/tools_p.cpp +++ b/librss/tools_p.cpp @@ -24,5 +24,3 @@ TQString RSS::extractNode(const TQDomNode &parent, const TQString &elemName) return result; } - -// vim:noet:ts=4 diff --git a/librss/tools_p.h b/librss/tools_p.h index da67251f..607afb4b 100644 --- a/librss/tools_p.h +++ b/librss/tools_p.h @@ -28,4 +28,3 @@ namespace RSS } #endif // LIBRSS_TOOLS_P_H -// vim:noet:ts=4 -- cgit v1.2.1