diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-06-15 15:33:09 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-06-15 15:33:09 (GMT) |
commit | 40c70459b40e4e54c2cf515f502824c8d191626b (patch) | |
tree | 0e6e45e31247bd88f484703a3edb06b01ed03f12 /src/gui/image/qpicture_p.h | |
parent | e19b6451796d136f1b5796c3afc5fd5492f3dac0 (diff) | |
download | Qt-40c70459b40e4e54c2cf515f502824c8d191626b.zip Qt-40c70459b40e4e54c2cf515f502824c8d191626b.tar.gz Qt-40c70459b40e4e54c2cf515f502824c8d191626b.tar.bz2 |
Remove compiler warning on Qt/Windows
The QFileDialogPrivate constructor must be non-inline.
RevBy: Harald Fernengel
Diffstat (limited to 'src/gui/image/qpicture_p.h')
-rw-r--r-- | src/gui/image/qpicture_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpicture_p.h b/src/gui/image/qpicture_p.h index e0c3117..373ff15 100644 --- a/src/gui/image/qpicture_p.h +++ b/src/gui/image/qpicture_p.h @@ -143,7 +143,7 @@ public: PdcReservedStop = 199 // for Qt }; - inline QPicturePrivate() : in_memory_only(false), q_ptr(0) { ref = 1; } + QPicturePrivate(); QAtomicInt ref; bool checkFormat(); |