Buildfix for Mac OS

Since 'widgets' now is a separate library outside GUI, some
previously hidden symbols now needs to be exported. This patch
will make 'widgets' build.
This commit is contained in:
Richard Moe Gustavsen 2011-06-06 15:28:32 +02:00
parent 078e4ef6c7
commit bc6f4d14f7

View File

@ -422,7 +422,7 @@ public:
InLayout, InLayout,
LayoutFailed, LayoutFailed,
}; };
struct LayoutData { struct Q_GUI_EXPORT LayoutData {
LayoutData(const QString &str, void **stack_memory, int mem_size); LayoutData(const QString &str, void **stack_memory, int mem_size);
LayoutData(); LayoutData();
~LayoutData(); ~LayoutData();