summaryrefslogtreecommitdiffstats
path: root/librss
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 22:19:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 22:20:02 +0900
commit8aa8074403fd918cf105b776bc57e5aab3e2a771 (patch)
tree84a4ca8fa57b377772173e4594aa3cdf6dcff3b0 /librss
parentf8c5872c1394932ae762aa9a956b56bba8b957c5 (diff)
downloadtdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.tar.gz
tdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'librss')
-rw-r--r--librss/article.cpp2
-rw-r--r--librss/article.h1
-rw-r--r--librss/document.cpp2
-rw-r--r--librss/document.h1
-rw-r--r--librss/global.h1
-rw-r--r--librss/image.cpp1
-rw-r--r--librss/image.h1
-rw-r--r--librss/librss.h1
-rw-r--r--librss/loader.cpp1
-rw-r--r--librss/loader.h1
-rw-r--r--librss/textinput.cpp2
-rw-r--r--librss/textinput.h1
-rw-r--r--librss/tools_p.cpp2
-rw-r--r--librss/tools_p.h1
14 files changed, 0 insertions, 18 deletions
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