[libreoffice/f15] add missing namespace prefix

David Tardon dtardon at fedoraproject.org
Fri Nov 4 07:48:09 UTC 2011


commit 3a2edb334d58337f4adb5089d2e55b56edab8151
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Nov 4 08:46:33 2011 +0100

    add missing namespace prefix

 ...-XInitThreads-so-that-it-knows-it-s-been-.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-let-Qt-call-XInitThreads-so-that-it-knows-it-s-been-.patch b/0001-let-Qt-call-XInitThreads-so-that-it-knows-it-s-been-.patch
index f7f0229..570765b 100644
--- a/0001-let-Qt-call-XInitThreads-so-that-it-knows-it-s-been-.patch
+++ b/0001-let-Qt-call-XInitThreads-so-that-it-knows-it-s-been-.patch
@@ -27,7 +27,7 @@ index 9e0a361..482a212 100644
              XInitThreads();
 +            // just in case somebody builds with old version and then upgrades Qt,
 +            // otherwise this is a no-op
-+            QApplication::setAttribute( static_cast< ApplicationAttribute >( 10 ));
++            QApplication::setAttribute( static_cast< Qt::ApplicationAttribute >( 10 ));
 +#endif
 +        }
  


More information about the scm-commits mailing list