From 794f3bb9cf973e59a8ca773f42d72a6476b7a4e1 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 12 Mar 2007 18:15:02 +0000 Subject: BUG: W/out a Q_EXPORT macro this class will not work with the GCC visibility flag. FIX: Include that macro in the class declaration. --- diff --git a/libopie2/opiecore/ostorageinfo.h b/libopie2/opiecore/ostorageinfo.h index 4e1097f..2b9594c 100644 --- a/libopie2/opiecore/ostorageinfo.h +++ b/libopie2/opiecore/ostorageinfo.h @@ -35,7 +35,7 @@ namespace Opie { namespace Core { -class OStorageInfo : public StorageInfo +class Q_EXPORT OStorageInfo : public StorageInfo { Q_OBJECT -- cgit v0.9.0.2