[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:51 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=063f291

The following commit has been merged in the master branch:
commit 063f2919dc1ad32fd0f76eefdb8169057c1bc68f
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun May 13 05:07:44 2012 +0100

    add header guard round filters.h
---
 lib/filters.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/filters.h b/lib/filters.h
index 0fb1fb3..2aed5bd 100644
--- a/lib/filters.h
+++ b/lib/filters.h
@@ -16,6 +16,9 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
+#ifndef FILTERS_H
+#define FILTERS_H
+
 #include "message-processor.h"
 
 #include <QObject>
@@ -47,3 +50,5 @@ public:
     explicit EscapeFilter(QObject *parent = 0);
     virtual void filterMessage(Message &message);
 };
+
+#endif

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list