summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-04-02 16:04:17 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-04-02 16:04:17 +0000
commit3a7b35be54259fd9cb7134f05d58a1252b320d47 (patch)
tree142877b70e17b0ac9e0fe75fe235783605b8840b /examples
parent6fbb14d46ffd139c474e77290293ebac35d93d51 (diff)
downloadpango-3a7b35be54259fd9cb7134f05d58a1252b320d47.tar.gz
Add the mystic g_type_init ((GTypeDebugFlags) 0);.
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> * examples/viewer-qt.cc (main): Add the mystic g_type_init ((GTypeDebugFlags) 0);.
Diffstat (limited to 'examples')
-rw-r--r--examples/viewer-qt.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/viewer-qt.cc b/examples/viewer-qt.cc
index 8afc09e5..7f49bcf7 100644
--- a/examples/viewer-qt.cc
+++ b/examples/viewer-qt.cc
@@ -508,6 +508,8 @@ main (int argc, char **argv)
QApplication a (argc, argv);
const char *filename;
+ g_type_init ((GTypeDebugFlags) 0);
+
QApplication::setStyle (new QCDEStyle());
if (QFileInfo ("./pangorc").exists ())