summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpeapplication.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp
index 86aa53d..4d0b0ea 100644
--- a/library/qpeapplication.cpp
+++ b/library/qpeapplication.cpp
@@ -100,3 +100,3 @@ public:
notbusysent( false ), preloaded( false ), forceshow( false ), nomaximize( false ),
- keep_running( true ), qpe_main_widget( 0 )
+ keep_running( true ), qpe_main_widget( 0 ), qcopQok( false )
@@ -116,4 +116,6 @@ public:
bool nomaximize : 1;
+ bool qcopQok : 1;
bool keep_running : 1;
+
QStringList langs;
@@ -144,2 +146,5 @@ public:
{
+ if (!qcopQok )
+ return;
+
QCopRec * r;
@@ -1895,2 +1900,3 @@ int QPEApplication::exec()
{
+ d->qcopQok = true;
#ifndef QT_NO_COP