summaryrefslogtreecommitdiff
path: root/debian/patches/qtdebug_syslog.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/qtdebug_syslog.patch')
-rw-r--r--debian/patches/qtdebug_syslog.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/qtdebug_syslog.patch b/debian/patches/qtdebug_syslog.patch
index fb6892e..b131243 100644
--- a/debian/patches/qtdebug_syslog.patch
+++ b/debian/patches/qtdebug_syslog.patch
@@ -25,7 +25,7 @@ Author: Thiago Macieira <thiago@kde.org>
#endif
QT_BEGIN_NAMESPACE
-@@ -2290,6 +2293,27 @@ void qt_message_output(QtMsgType msgType
+@@ -2324,6 +2327,27 @@ void qt_message_output(QtMsgType msgType
#else
fprintf(stderr, "%s\n", buf);
fflush(stderr);
@@ -62,5 +62,5 @@ Author: Thiago Macieira <thiago@kde.org>
+ static QString staticAppName()
+ { return QCoreApplication::self ? QCoreApplication::self->d_func()->appName() : QString(); }
virtual QString appName() const;
- virtual void createEventDispatcher();
- static void removePostedEvent(QEvent *);
+ mutable QString applicationName;
+