]> cloud.milkyroute.net Git - dolphin.git/commitdiff
no need to export this internal class
authorPeter Penz <peter.penz19@gmail.com>
Fri, 17 Jul 2009 19:41:29 +0000 (19:41 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 17 Jul 2009 19:41:29 +0000 (19:41 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=998500

src/revisioncontrolobserver.cpp

index 9d11154e022026cbd4b9a42a14a7a50fb9f57686..95253c59ac95578ce6eaa45d74657e7620c887c6 100644 (file)
@@ -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);