From: Peter Penz Date: Fri, 17 Jul 2009 19:41:29 +0000 (+0000) Subject: no need to export this internal class X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/46dcb12d9f2688bb90a83b8f0dda09b102845eff?ds=inline no need to export this internal class svn path=/trunk/KDE/kdebase/apps/; revision=998500 --- diff --git a/src/revisioncontrolobserver.cpp b/src/revisioncontrolobserver.cpp index 9d11154e0..95253c59a 100644 --- a/src/revisioncontrolobserver.cpp +++ b/src/revisioncontrolobserver.cpp @@ -34,7 +34,7 @@ * on the used plugin. To prevent that Dolphin gets blocked by a * slow plugin, the updating is delegated to a thread. */ -class LIBDOLPHINPRIVATE_EXPORT UpdateItemStatesThread : public QThread +class UpdateItemStatesThread : public QThread { public: UpdateItemStatesThread(QObject* parent);