diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 19:27:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 19:28:12 +0900 |
commit | 3b0b2e1b432a70a77486a6529da8e66127e054a3 (patch) | |
tree | 9d99d320f3da6e1791c0dcb34d9b10f939e3730e | |
parent | 65ecdb5322b3b2bc7d04f4581f47f92efd4cdd4b (diff) | |
download | tellico-3b0b2e1b432a70a77486a6529da8e66127e054a3.tar.gz tellico-3b0b2e1b432a70a77486a6529da8e66127e054a3.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 55f7a3ab92942f30fa1be99c05291d0e12e203dd)
-rw-r--r-- | doc/en/index.docbook | 9 | ||||
-rw-r--r-- | doc/fr/index.docbook | 9 | ||||
-rw-r--r-- | src/gui/kwidgetlister.cpp | 2 | ||||
-rw-r--r-- | src/gui/kwidgetlister.h | 2 |
4 files changed, 2 insertions, 20 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 74f6b5d..27546f4 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -412,12 +412,3 @@ For additional help, use the <ulink url="&maillist;">&appname; Mailing List</uli &documentation.index; </book> -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: ---> diff --git a/doc/fr/index.docbook b/doc/fr/index.docbook index 912a8bd..51fbfff 100644 --- a/doc/fr/index.docbook +++ b/doc/fr/index.docbook @@ -441,12 +441,3 @@ Si vous avez besoin de plus d'aide, utilisez la <ulink url="&maillist;">liste de &documentation.index; </book> -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: ---> diff --git a/src/gui/kwidgetlister.cpp b/src/gui/kwidgetlister.cpp index 90a9891..90fc007 100644 --- a/src/gui/kwidgetlister.cpp +++ b/src/gui/kwidgetlister.cpp @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* kwidgetlister.cpp This file is part of libtdenetwork. diff --git a/src/gui/kwidgetlister.h b/src/gui/kwidgetlister.h index f723a9f..fc4793a 100644 --- a/src/gui/kwidgetlister.h +++ b/src/gui/kwidgetlister.h @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* kwidgetlister.h This file is part of libtdenetwork. |