summaryrefslogtreecommitdiff
path: root/examples/viewer-qt.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-31 18:57:56 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-31 18:57:56 +0000
commit5b08312353b05feebfaa7f8557bec3fdb3a9f6cd (patch)
treec6bf90470036cbabfd95c86e749b1519289704cf /examples/viewer-qt.h
parent990ed879243b190ee1926188fef04ce1fb04a619 (diff)
downloadpango-5b08312353b05feebfaa7f8557bec3fdb3a9f6cd.tar.gz
Remove hardcoded path to my home directory! Allow specifying the file on
Sat Jul 29 21:26:30 2000 Owen Taylor <otaylor@redhat.com> * examples/viewer-qt.[ch] (ViewerWindow): Remove hardcoded path to my home directory! Allow specifying the file on the command line. * pango/modules.c (process_module_file): Fix bug in parsing of range strings.
Diffstat (limited to 'examples/viewer-qt.h')
-rw-r--r--examples/viewer-qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/viewer-qt.h b/examples/viewer-qt.h
index c03a543d..c8d8001b 100644
--- a/examples/viewer-qt.h
+++ b/examples/viewer-qt.h
@@ -89,7 +89,7 @@ class ViewerWindow : public QMainWindow
public:
- ViewerWindow ();
+ ViewerWindow (const QString &filename);
~ViewerWindow ();
private: