diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-02-13 22:56:37 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-02-13 22:56:37 +0100 |
commit | 14dfc7ec02c0f331342d8becac217b781b5feadf (patch) | |
tree | 11e36a7fbc9408fcd91d045f58892300d37a8b47 /redhat/tqt3/tqt3-3.4.0-nodebug.patch | |
parent | e52e723d608adb3227f17cc07ca39e0a84002f89 (diff) | |
download | tde-packaging-14dfc7ec02c0f331342d8becac217b781b5feadf.tar.gz tde-packaging-14dfc7ec02c0f331342d8becac217b781b5feadf.zip |
[RHEL/Fedora] add TQT3 for future R14
Diffstat (limited to 'redhat/tqt3/tqt3-3.4.0-nodebug.patch')
-rw-r--r-- | redhat/tqt3/tqt3-3.4.0-nodebug.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/redhat/tqt3/tqt3-3.4.0-nodebug.patch b/redhat/tqt3/tqt3-3.4.0-nodebug.patch new file mode 100644 index 000000000..ccfd411ff --- /dev/null +++ b/redhat/tqt3/tqt3-3.4.0-nodebug.patch @@ -0,0 +1,15 @@ +--- tqt3/src/tools/qgpluginmanager.cpp.ndebug 2012-02-13 19:10:01.000000000 +0100 ++++ tqt3/src/tools/qgpluginmanager.cpp 2012-02-13 19:25:05.653477747 +0100 +@@ -506,10 +506,12 @@ + (*f).latin1(), + (const char*) TQFile::encodeName( old->library() ) ); + } else { ++/* + qWarning("%s: Feature %s already defined in %s!", + (const char*) TQFile::encodeName( old->library() ), + (*f).latin1(), + (const char*) TQFile::encodeName( plugin->library() ) ); ++*/ + } + } + } |