summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 13:39:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 13:39:48 +0900
commit93b23e25abb5b9e771a2576d72f14bc799056880 (patch)
tree2eb8b66afff8b9068e9aa9ba6124d66273ffef19 /plugins/rssfeed
parent7489ad6cb0247cbcaaf0c9fcca1e53b626d81e7b (diff)
downloadktorrent-93b23e25abb5b9e771a2576d72f14bc799056880.tar.gz
ktorrent-93b23e25abb5b9e771a2576d72f14bc799056880.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/rssfeed')
-rw-r--r--plugins/rssfeed/rss/article.cpp2
-rw-r--r--plugins/rssfeed/rss/article.h1
-rw-r--r--plugins/rssfeed/rss/document.cpp2
-rw-r--r--plugins/rssfeed/rss/document.h1
-rw-r--r--plugins/rssfeed/rss/global.h1
-rw-r--r--plugins/rssfeed/rss/image.cpp1
-rw-r--r--plugins/rssfeed/rss/image.h1
-rw-r--r--plugins/rssfeed/rss/librss.h1
-rw-r--r--plugins/rssfeed/rss/loader.cpp1
-rw-r--r--plugins/rssfeed/rss/loader.h1
-rw-r--r--plugins/rssfeed/rss/textinput.cpp2
-rw-r--r--plugins/rssfeed/rss/textinput.h1
-rw-r--r--plugins/rssfeed/rss/tools_p.cpp2
-rw-r--r--plugins/rssfeed/rss/tools_p.h1
14 files changed, 0 insertions, 18 deletions
diff --git a/plugins/rssfeed/rss/article.cpp b/plugins/rssfeed/rss/article.cpp
index 47413b3..14c9f21 100644
--- a/plugins/rssfeed/rss/article.cpp
+++ b/plugins/rssfeed/rss/article.cpp
@@ -266,5 +266,3 @@ bool Article::operator==(const Article &other) const
{
return d->guid == other.guid();
}
-
-// vim:noet:ts=4
diff --git a/plugins/rssfeed/rss/article.h b/plugins/rssfeed/rss/article.h
index 6fbbe44..563492d 100644
--- a/plugins/rssfeed/rss/article.h
+++ b/plugins/rssfeed/rss/article.h
@@ -156,4 +156,3 @@ namespace RSS
}
#endif // LIBRSS_ARTICLE_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/document.cpp b/plugins/rssfeed/rss/document.cpp
index d820613..7dfcd0a 100644
--- a/plugins/rssfeed/rss/document.cpp
+++ b/plugins/rssfeed/rss/document.cpp
@@ -615,5 +615,3 @@ Document &Document::operator=(const Document &other)
}
return *this;
}
-
-// vim:noet:ts=4
diff --git a/plugins/rssfeed/rss/document.h b/plugins/rssfeed/rss/document.h
index c65c15e..840bb1e 100644
--- a/plugins/rssfeed/rss/document.h
+++ b/plugins/rssfeed/rss/document.h
@@ -234,4 +234,3 @@ namespace RSS
}
#endif // LIBRSS_DOCUMENT_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/global.h b/plugins/rssfeed/rss/global.h
index 92d3866..d3a7514 100644
--- a/plugins/rssfeed/rss/global.h
+++ b/plugins/rssfeed/rss/global.h
@@ -142,4 +142,3 @@ namespace RSS
}
#endif // LIBRSS_GLOBAL_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/image.cpp b/plugins/rssfeed/rss/image.cpp
index 383d76b..174a105 100644
--- a/plugins/rssfeed/rss/image.cpp
+++ b/plugins/rssfeed/rss/image.cpp
@@ -164,4 +164,3 @@ bool Image::operator==(const Image &other) const
}
#include "image.moc"
-// vim:noet:ts=4
diff --git a/plugins/rssfeed/rss/image.h b/plugins/rssfeed/rss/image.h
index 42074dd..adbb800 100644
--- a/plugins/rssfeed/rss/image.h
+++ b/plugins/rssfeed/rss/image.h
@@ -171,4 +171,3 @@ namespace RSS
}
#endif // LIBRSS_IMAGE_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/librss.h b/plugins/rssfeed/rss/librss.h
index c9637d0..3eb4f36 100644
--- a/plugins/rssfeed/rss/librss.h
+++ b/plugins/rssfeed/rss/librss.h
@@ -19,4 +19,3 @@
#include "textinput.h"
#endif // LIBRSS_LIBRSS_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/loader.cpp b/plugins/rssfeed/rss/loader.cpp
index 97ae2a5..09450a2 100644
--- a/plugins/rssfeed/rss/loader.cpp
+++ b/plugins/rssfeed/rss/loader.cpp
@@ -422,4 +422,3 @@ void Loader::discoverFeeds(const TQByteArray &data)
}
#include "loader.moc"
-// vim:noet:ts=4
diff --git a/plugins/rssfeed/rss/loader.h b/plugins/rssfeed/rss/loader.h
index c393849..3a48e49 100644
--- a/plugins/rssfeed/rss/loader.h
+++ b/plugins/rssfeed/rss/loader.h
@@ -340,4 +340,3 @@ namespace RSS
}
#endif // LIBRSS_LOADER_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/textinput.cpp b/plugins/rssfeed/rss/textinput.cpp
index 04799fc..a32c9f5 100644
--- a/plugins/rssfeed/rss/textinput.cpp
+++ b/plugins/rssfeed/rss/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/plugins/rssfeed/rss/textinput.h b/plugins/rssfeed/rss/textinput.h
index cbf5bdb..dd46d17 100644
--- a/plugins/rssfeed/rss/textinput.h
+++ b/plugins/rssfeed/rss/textinput.h
@@ -118,4 +118,3 @@ namespace RSS
}
#endif // LIBRSS_TEXTINPUT_H
-// vim: noet:ts=4
diff --git a/plugins/rssfeed/rss/tools_p.cpp b/plugins/rssfeed/rss/tools_p.cpp
index cc2d2ab..e608f04 100644
--- a/plugins/rssfeed/rss/tools_p.cpp
+++ b/plugins/rssfeed/rss/tools_p.cpp
@@ -47,5 +47,3 @@ TQString RSS::extractNode(const TQDomNode &parent, const TQString &elemName, boo
return result;
}
-
-// vim:noet:ts=4
diff --git a/plugins/rssfeed/rss/tools_p.h b/plugins/rssfeed/rss/tools_p.h
index 45e8bdc..c242766 100644
--- a/plugins/rssfeed/rss/tools_p.h
+++ b/plugins/rssfeed/rss/tools_p.h
@@ -31,4 +31,3 @@ namespace RSS
}
#endif // LIBRSS_TOOLS_P_H
-// vim:noet:ts=4