author | sandman <sandman> | 2002-10-09 22:58:37 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-10-09 22:58:37 (UTC) |
commit | ecd41d0df770747bb07de5fa3e920adb164affbe (patch) (unidiff) | |
tree | 59ec0ac01cd6b390f6b5283a4c5ff5e069dea11c | |
parent | f7acce44a9944c2267d861162d7d85b306321791 (diff) | |
download | opie-ecd41d0df770747bb07de5fa3e920adb164affbe.zip opie-ecd41d0df770747bb07de5fa3e920adb164affbe.tar.gz opie-ecd41d0df770747bb07de5fa3e920adb164affbe.tar.bz2 |
Forgot a Q_OBJECT macro .. this produced many runtime QObject warnings
-rw-r--r-- | noncore/unsupported/qpdf/QOutputDev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/unsupported/qpdf/QOutputDev.h b/noncore/unsupported/qpdf/QOutputDev.h index f3c5a01..874fd06 100644 --- a/noncore/unsupported/qpdf/QOutputDev.h +++ b/noncore/unsupported/qpdf/QOutputDev.h | |||
@@ -53,24 +53,26 @@ typedef fouble fp_t; | |||
53 | 53 | ||
54 | 54 | ||
55 | //------------------------------------------------------------------------ | 55 | //------------------------------------------------------------------------ |
56 | // Misc types | 56 | // Misc types |
57 | //------------------------------------------------------------------------ | 57 | //------------------------------------------------------------------------ |
58 | 58 | ||
59 | 59 | ||
60 | //------------------------------------------------------------------------ | 60 | //------------------------------------------------------------------------ |
61 | // XOutputDev | 61 | // XOutputDev |
62 | //------------------------------------------------------------------------ | 62 | //------------------------------------------------------------------------ |
63 | 63 | ||
64 | class QOutputDev : public QScrollView, public OutputDev { | 64 | class QOutputDev : public QScrollView, public OutputDev { |
65 | Q_OBJECT | ||
66 | |||
65 | public: | 67 | public: |
66 | 68 | ||
67 | // Constructor. | 69 | // Constructor. |
68 | QOutputDev( QWidget *parent = 0, const char *name = 0, int flags = 0 ); | 70 | QOutputDev( QWidget *parent = 0, const char *name = 0, int flags = 0 ); |
69 | 71 | ||
70 | // Destructor. | 72 | // Destructor. |
71 | virtual ~QOutputDev(); | 73 | virtual ~QOutputDev(); |
72 | 74 | ||
73 | //---- get info about output device | 75 | //---- get info about output device |
74 | 76 | ||
75 | // Does this device use upside-down coordinates? | 77 | // Does this device use upside-down coordinates? |
76 | // (Upside-down means (0,0) is the top left corner of the page.) | 78 | // (Upside-down means (0,0) is the top left corner of the page.) |