From a7473c530eb5d58db968ae57cd5142cada80e607 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 19 Nov 2004 13:28:37 +0000 Subject: upgrade qscintilla to 1.3b and visiscript to 0.3.2 BKrev: 419df505pSMGblgJCLPvdDf2iU-63A --- visiscript/compilefix.patch | 16 ---------------- visiscript/files/compilefix.patch | 0 visiscript/files/qcleanuphandler.h | 0 visiscript/files/qptrlist.h | 0 visiscript/visiscript_0.3.2.oe | 0 5 files changed, 16 deletions(-) delete mode 100644 visiscript/compilefix.patch create mode 100644 visiscript/files/compilefix.patch create mode 100644 visiscript/files/qcleanuphandler.h create mode 100644 visiscript/files/qptrlist.h create mode 100644 visiscript/visiscript_0.3.2.oe (limited to 'visiscript') diff --git a/visiscript/compilefix.patch b/visiscript/compilefix.patch deleted file mode 100644 index 3e3fb3458c..0000000000 --- a/visiscript/compilefix.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- visiscript/main.cpp~compilefix -+++ visiscript/main.cpp -@@ -66,7 +66,7 @@ - QApplication aAppl( argc, argv ); - - // ** prepare application for different languages...** -- QTranslator * pTranslator = new QTranslator(); -+ QTranslator * pTranslator = new QTranslator( 0, "translator" ); - QString sLanguage; - QString sLanguageTemp = ProcessLanguage( pTranslator, sLanguage, &aAppl ); - diff --git a/visiscript/files/compilefix.patch b/visiscript/files/compilefix.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/visiscript/files/qcleanuphandler.h b/visiscript/files/qcleanuphandler.h new file mode 100644 index 0000000000..e69de29bb2 diff --git a/visiscript/files/qptrlist.h b/visiscript/files/qptrlist.h new file mode 100644 index 0000000000..e69de29bb2 diff --git a/visiscript/visiscript_0.3.2.oe b/visiscript/visiscript_0.3.2.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3