[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:04 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=73baea9

The following commit has been merged in the master branch:
commit 73baea98e0efedfec07808a2c0f92f54c4d18f7b
Author: Rohan Garg <rohangarg at kubuntu.org>
Date:   Mon Mar 5 23:29:08 2012 +0530

    Clang warned me that this can potentially eat all my kittens
    
    Yes, I'm quite serious here.
---
 KTp/text-parser.cpp | 2 +-
 KTp/text-parser.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/KTp/text-parser.cpp b/KTp/text-parser.cpp
index dc4c57b..38e0bd9 100644
--- a/KTp/text-parser.cpp
+++ b/KTp/text-parser.cpp
@@ -34,7 +34,7 @@ TextParser* TextParser::s_instance = NULL;
 static QRegExp s_urlPattern(QString(QLatin1String("\b((?:(?:([a-z][\w\.-]+:/{1,3})|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|\}\]|[^\s`!()\[\]{};:'\".,<>?%1%2%3%4%5%6])|[a-z0-9.\-+_]+@[a-z0-9.\-]+[.][a-z]{1,5}[^\s/`!()\[\]{};:'\".,<>?%1%2%3%4%5%6]))"))
                             .arg(QChar(0x00AB)).arg(QChar(0x00BB)).arg(QChar(0x201C)).arg(QChar(0x201D)).arg(QChar(0x2018)).arg(QChar(0x2019)));
 
-TextParser::TextParser(QObject* parent = 0)
+TextParser::TextParser(QObject* parent)
     : QObject(parent)
 {
 }
diff --git a/KTp/text-parser.h b/KTp/text-parser.h
index 3de198a..3d1bc65 100644
--- a/KTp/text-parser.h
+++ b/KTp/text-parser.h
@@ -82,7 +82,7 @@ private:
      *
      * @param QObject
      */
-    TextParser(QObject *parent);
+    TextParser(QObject *parent = 0);
 
     /**
      * @var TextParser

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list