ktexteditor: update patches

This commit is contained in:
Thomas Tuegel 2015-10-14 09:09:41 -05:00
parent 4523689157
commit 895100ef91

View File

@ -1,6 +1,6 @@
From 71e28c7c6fdd1142f04c662f45cc8f779e457cda Mon Sep 17 00:00:00 2001 From dc50fffdc72b76498384ce2f9065c3757b786d71 Mon Sep 17 00:00:00 2001
From: Thomas Tuegel <ttuegel@gmail.com> From: Thomas Tuegel <ttuegel@gmail.com>
Date: Sun, 15 Feb 2015 19:09:17 -0600 Date: Wed, 14 Oct 2015 09:08:59 -0500
Subject: [PATCH] no qcoreapplication Subject: [PATCH] no qcoreapplication
--- ---
@ -8,10 +8,10 @@ Subject: [PATCH] no qcoreapplication
1 file changed, 4 insertions(+), 7 deletions(-) 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/syntax/data/katehighlightingindexer.cpp b/src/syntax/data/katehighlightingindexer.cpp diff --git a/src/syntax/data/katehighlightingindexer.cpp b/src/syntax/data/katehighlightingindexer.cpp
index 3f02e8c..d1a865b 100644 index 3c63140..e3d5efe 100644
--- a/src/syntax/data/katehighlightingindexer.cpp --- a/src/syntax/data/katehighlightingindexer.cpp
+++ b/src/syntax/data/katehighlightingindexer.cpp +++ b/src/syntax/data/katehighlightingindexer.cpp
@@ -49,19 +49,16 @@ QStringList readListing(const QString &fileName) @@ -51,19 +51,16 @@ QStringList readListing(const QString &fileName)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
@ -34,7 +34,7 @@ index 3f02e8c..d1a865b 100644
if (hlFilenamesListing.isEmpty()) { if (hlFilenamesListing.isEmpty()) {
return 1; return 1;
} }
@@ -127,7 +124,7 @@ int main(int argc, char *argv[]) @@ -147,7 +144,7 @@ int main(int argc, char *argv[])
return anyError; return anyError;
// create outfile, after all has worked! // create outfile, after all has worked!
@ -44,5 +44,5 @@ index 3f02e8c..d1a865b 100644
return 7; return 7;
-- --
2.1.4 2.5.2