qt4-embedded_4.8.5: we dont want a try .. catch(...) around the mainloop...
[opendreambox.git] / meta-opendreambox / recipes-qt / qt4 / qt4-4.8.5 / 0007-QWS-Export-qt_get_server_queue.patch
1 From b88d900a45e139d61fc8f3dba882ac9afe1ed1db Mon Sep 17 00:00:00 2001
2 From: Andreas Oberritter <obi@opendreambox.org>
3 Date: Wed, 17 Sep 2014 16:49:07 +0200
4 Subject: [PATCH 7/7] QWS: Export qt_get_server_queue()
5
6 ---
7  src/gui/kernel/qapplication_qws.cpp | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/src/gui/kernel/qapplication_qws.cpp b/src/gui/kernel/qapplication_qws.cpp
11 index 3c8d663..0495135 100644
12 --- a/src/gui/kernel/qapplication_qws.cpp
13 +++ b/src/gui/kernel/qapplication_qws.cpp
14 @@ -478,7 +478,7 @@ void qt_client_enqueue(const QWSEvent *event)
15      incoming.append(copy);
16  }
17  
18 -QList<QWSCommand*> *qt_get_server_queue()
19 +Q_GUI_EXPORT QList<QWSCommand*> *qt_get_server_queue()
20  {
21      return &outgoing;
22  }
23 -- 
24 1.9.1
25