diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-02 16:04:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-02 16:04:17 +0000 |
commit | 3a7b35be54259fd9cb7134f05d58a1252b320d47 (patch) | |
tree | 142877b70e17b0ac9e0fe75fe235783605b8840b /examples | |
parent | 6fbb14d46ffd139c474e77290293ebac35d93d51 (diff) | |
download | pango-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.cc | 2 |
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 ()) |